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 6e12c3a commit 86a6724Copy full SHA for 86a6724
pkgs/native_assets_cli/README.md
@@ -30,7 +30,7 @@ A typical layout of a package with native code is:
30
* `lib/` contains Dart code which uses [`dart:ffi`] and [`package:ffigen`]
31
to call into native code.
32
* `src/` contains C/C++/Rust code which is invoked through `dart:ffi`.
33
-* `build.dart` implements the CLI that communicates which native assets
+* `hook/build.dart` implements the CLI that communicates which native assets
34
to build/bundle with the Dart/Flutter SDK. This file uses the
35
protocol specified in this package.
36
0 commit comments