
Pin the dependencies from dart-lang/native to a specific version during testing (rather than having them auto-upgrade during pub resolution). This will prevent tests using the template to start failing if a bad version is published to pub. Closes: https://github.com/flutter/flutter/issues/137418 Also bumps dep in flutter_tools.
20 lines
323 B
Cheetah
20 lines
323 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.3.2
|
|
native_toolchain_c: ^0.3.2
|
|
|
|
dev_dependencies:
|
|
ffi: ^2.1.0
|
|
ffigen: ^9.0.1
|
|
flutter_lints: ^3.0.0
|
|
test: ^1.24.9
|