From fefc30f66c4add9b1b4b814f805c55b1de0692d7 Mon Sep 17 00:00:00 2001 From: Levi Lesches Date: Sun, 12 Jan 2025 19:30:40 -0500 Subject: [PATCH] Added native_assets_builder to the workspace --- pkgs/native_assets_builder/pubspec.yaml | 9 ++++----- pubspec.yaml | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/native_assets_builder/pubspec.yaml b/pkgs/native_assets_builder/pubspec.yaml index cce634a1b..0fa3d36b1 100644 --- a/pkgs/native_assets_builder/pubspec.yaml +++ b/pkgs/native_assets_builder/pubspec.yaml @@ -7,22 +7,21 @@ repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_bui publish_to: none environment: - sdk: '>=3.5.0 <4.0.0' + sdk: ^3.6.0 +resolution: workspace dependencies: collection: ^1.18.0 crypto: ^3.0.6 file: ^7.0.1 graphs: ^2.3.1 logging: ^1.2.0 - # native_assets_cli: ^0.10.0 - native_assets_cli: - path: ../native_assets_cli/ + native_assets_cli: ^0.10.0 package_config: ^2.1.0 yaml: ^3.1.2 yaml_edit: ^2.1.0 dev_dependencies: - dart_flutter_team_lints: ^2.1.1 + dart_flutter_team_lints: ^3.2.0 file_testing: ^3.0.0 test: ^1.24.3 diff --git a/pubspec.yaml b/pubspec.yaml index 9e1c0ede5..d2b9f6806 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,3 +8,4 @@ workspace: - pkgs/ffigen - pkgs/jni - pkgs/jnigen + - pkgs/native_assets_builder