Back to Flutter Rust Bridge

Index

website/docs/manual/integrate/05-template/index.md

2.12.0543 B
Original Source

import V1Notice from '@site/docs/snippets/_v1-notice.mdx';

Use code template to create new projects

<V1Notice />

In this chapter, we are going to use create your own project from a code template. It seems a bit long, but it is just because we have tried to describe every detail that you may encounter.

Remark: Most complexity does not come from this library, flutter_rust_bridge - it is as same complex as using raw Dart/Flutter FFI with Rust. In other words, it is the Dart/Flutter + Rust toolchain that takes time to set up.