-
I wish to create package that includes the rust code. So user can simply "pub get" the package and compile rust code in their own machine or if possible use precompiled files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For v2, one way is to firstly create a cargokit package, and then configure flutter_rust_bridge.yaml to point to corresponding paths, and run things like |
Beta Was this translation helpful? Give feedback.
For v2, one way is to firstly create a cargokit package, and then configure flutter_rust_bridge.yaml to point to corresponding paths, and run things like
flutter_rust_bridge_codegen generate
as normal.