Daco Harkes f5442bf937
Native assets: roll deps (#141684)
Rolls the packages from https://github.com/dart-lang/native in the native assets implementation.

Most notable we're refactoring `package:native_assets_cli` for `build.dart` use.
Therefore, all imports to that package for Flutter/Dart should be to the implementation internals that are no longer visible for `build.dart` writers. Hence all the import updates.

No behavior in Flutter apps should change.

This PR also updates the template to use the latests version of `package:native_assets_cli` which no longer exposes all the implementation details.
2024-01-17 21:20:36 +00:00

20 lines
325 B
Cheetah

name: {{projectName}}
description: {{description}}
version: 0.0.1
homepage:
environment:
sdk: {{dartSdkVersionBounds}}
dependencies:
cli_config: ^0.1.2
logging: ^1.2.0
native_assets_cli: ^0.4.1
native_toolchain_c: ^0.3.4+1
dev_dependencies:
ffi: ^2.1.0
ffigen: ^9.0.1
flutter_lints: ^3.0.0
test: ^1.24.9