native_assets_cli 0.5.4 copy "native_assets_cli: ^0.5.4" to clipboard
native_assets_cli: ^0.5.4 copied to clipboard

A library that contains the argument and file formats for implementing a native assets CLI.

example/README.md

The examples in this folder illustrate how native code is built and bundled in Dart and Flutter apps.

  • native_add_app/ has a dependency with C code. This app should declare nothing special. Dart and Flutter should check all dependencies for native code.
  • native_add_library/ contains a library with C code. When Dart code in this library or dependent on this library is invoked, the C code must be built and bundled so that it can be used by the Dart code.
10
likes
140
pub points
100%
popularity

Publisher

verified publisherlabs.dart.dev

A library that contains the argument and file formats for implementing a native assets CLI.

Repository (GitHub)
View/report issues
Contributing

Topics

#ffi #interop #native-assets

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cli_config, collection, crypto, logging, pub_semver, yaml

More

Packages that depend on native_assets_cli