tree: dd26fb81c7334d46bba8ebf1e51171f1f2b523b1 [path history] [tgz]
  1. bin/
  2. test/
  3. pubspec.yaml
  4. pubspec_overrides.yaml
  5. README.md
pkgs/native_assets_cli/example/native_add_app/README.md

An example application to show invocation of native code bundled with the native assets feature.

Usage

Run application with dart --enable-experiment=native-assets run.

Run tests with dart --enable-experiment=native-assets test.

Release application with dart --enable-experiment=native-assets build bin/native_add_app. (Run with ./bin/native_add_app/native_add_app.exe.)