Skip to content

Commit 6071904

Browse files
authored
[native_assets] Don't auto-roll deps (#151636)
Stop trying to roll the dependencies for native assets automatically. They are under active development (pre 1.0.0), and have frequent breaking changes. I'll be rolling these manually. (We have the same setup in the Dart SDK, not auto-rolling dart-lang/native via DEPS.) Related comment: * flutter/flutter#151539 (comment)
1 parent 68f375f commit 6071904

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
2222
// Add pinned packages here. Please leave a comment explaining why.
2323
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
2424
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
25+
'native_assets_builder': '0.8.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
26+
'native_assets_cli': '0.7.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2527
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
2628
'leak_tracker': '10.0.5', // https://github.com/flutter/devtools/issues/3951
2729
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951

0 commit comments

Comments
 (0)