| publish_to: none | |
| name: native_add_app | |
| description: Invokes a package with native assets. | |
| version: 0.1.0 | |
| repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli/example/native_add_app | |
| environment: | |
| sdk: '>=3.0.0 <4.0.0' | |
| dependencies: | |
| native_add_library: | |
| path: ../native_add_library/ | |
| dev_dependencies: | |
| lints: ^3.0.0 | |
| test: ^1.21.0 |