You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/manual/integrate/05-template/index.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Use code template to create new projects
2
2
3
+
:::info
4
+
This guide was written for flutter_rust_bridge v1, thus some content may be outdated.
5
+
The quickest approach to integrate is to follow the one-click approach in flutter_rust_bridge's quickstart page.
6
+
:::
7
+
3
8
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.
4
9
5
10
**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.
0 commit comments