flutter_rust_bridge 1.37.1 flutter_rust_bridge: ^1.37.1 copied to clipboard
High-level memory-safe binding generator for Flutter/Dart <-> Rust
void main() {
// ============================================================================================
// Well, indeed you should not directly use code exported by `flutter_rust_bridge`.
// Instead, run the code-generator and use the automatically generated code.
//
// Please see https://fzyzcjy.github.io/flutter_rust_bridge/ - a *whole* mini-book
// demonstrating the package, with plenty of examples!
//
// Or, you may be interested in:
// * A quick tutorial: http://fzyzcjy.github.io/flutter_rust_bridge/tutorial_with_flutter.html
// * The feature list: http://fzyzcjy.github.io/flutter_rust_bridge/feature.html
// ============================================================================================
}