Skip to content

Commit

Permalink
Update src/guides/libraries/c-interop.md
Browse files Browse the repository at this point in the history
Co-authored-by: Parker Lougheed <parlough@gmail.com>
  • Loading branch information
dcharkes and parlough authored Nov 15, 2023
1 parent ce02aa7 commit 7824b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guides/libraries/c-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Dart packages to depend on and use native code:
* It makes the native assets available at runtime through
declarative `@Native<>() extern` functions using the [`assetId`][].

The `flutter run` / `flutter build` and `dart` / `dart build` tools
The `flutter run` / `flutter build` and `dart run` / `dart build` tools
will now build and bundle native code when
[opted in](#experiment-opt-in) to the native experiment.

Expand Down

0 comments on commit 7824b6e

Please sign in to comment.