Pin leak_tracker before publishing breaking change. (#135720)

This commit is contained in:
Polina Cherkasova 2023-09-28 17:03:23 -07:00 committed by GitHub
parent de20e74a9a
commit e5d3b704da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,10 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'material_color_utilities': '0.5.0',
// https://github.com/flutter/flutter/issues/115660
'archive': '3.3.2',
// https://github.com/flutter/flutter/issues/135716
'leak_tracker': '9.0.7',
// https://github.com/flutter/flutter/issues/135716
'leak_tracker_flutter_testing': '1.0.5',
};
class UpdatePackagesCommand extends FlutterCommand {

View File

@ -107,6 +107,8 @@ void main() {
'video_player',
'material_color_utilities',
'archive',
'leak_tracker',
'leak_tracker_flutter_testing',
]),
);
});