Updating the dart-lang/native dependencies to the ones published today. No functional changes, but `CodeAsset` does not expose an `architecture` and `os ` anymore (https://github.com/dart-lang/native/issues/2127). Instead these should be taken from what is passed in for the `CodeConfig`. This PR refactors the `DartBuildResult` to carry around the `Target` with `CodeAsset`s as `FlutterCodeAsset`s. (This PR avoid refactoring relevant code due to https://github.com/flutter/flutter/pull/164094 already refactoring this code.)
19 lines
305 B
Cheetah
19 lines
305 B
Cheetah
name: {{projectName}}
|
|
description: {{description}}
|
|
version: 0.0.1
|
|
homepage:
|
|
|
|
environment:
|
|
sdk: {{dartSdkVersionBounds}}
|
|
|
|
dependencies:
|
|
logging: ^1.2.0
|
|
native_assets_cli: ^0.13.0
|
|
native_toolchain_c: ^0.10.0
|
|
|
|
dev_dependencies:
|
|
ffi: ^2.1.3
|
|
ffigen: ^13.0.0
|
|
flutter_lints: ^5.0.0
|
|
test: ^1.25.8
|