We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6031947 commit ebb21e2Copy full SHA for ebb21e2
README.md
@@ -20,7 +20,7 @@ Rust support for Dart's Native Assets.
20
## Getting Started
21
1. Install [rustup](https://rustup.rs), for Rust, on your development computer
22
(if you are a library author, consumers of your package will have to do the same)
23
-2. Run `flutter pub add native_toolchain_rs` for Flutter or `dart pub add native_toolchain_rs` for Dart-only
+2. Run `flutter pub add native_toolchain_rs hooks` for Flutter or `dart pub add native_toolchain_rs hooks` for Dart-only
24
3. (Until [Native Assets](https://github.com/dart-lang/sdk/issues/50565) is fully released) Switch to Flutter's beta channel: `flutter channel beta`
25
4. See [Code Setup](#code-setup)
26
0 commit comments