flutter_rust_bridge_hooks 2.13.0-beta.2
flutter_rust_bridge_hooks: ^2.13.0-beta.2 copied to clipboard
Build hook support for flutter_rust_bridge Native Assets integration
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_rust_bridge_hooksWith Flutter:
$ flutter pub add flutter_rust_bridge_hooksThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_rust_bridge_hooks: ^2.13.0-beta.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_rust_bridge_hooks/flutter_rust_bridge_hooks.dart';