Unverified Commit 2efda23a authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Pin leak_tracker. (#132261)

parent 9a32f24a
...@@ -38,6 +38,10 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{ ...@@ -38,6 +38,10 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'url_launcher_android': '6.0.17', 'url_launcher_android': '6.0.17',
// https://github.com/flutter/flutter/issues/115660 // https://github.com/flutter/flutter/issues/115660
'archive': '3.3.2', 'archive': '3.3.2',
// https://github.com/flutter/flutter/issues/132222
'leak_tracker': '8.0.3',
// https://github.com/flutter/flutter/issues/132222
'leak_tracker_testing': '1.0.2',
}; };
class UpdatePackagesCommand extends FlutterCommand { class UpdatePackagesCommand extends FlutterCommand {
......
...@@ -108,6 +108,8 @@ void main() { ...@@ -108,6 +108,8 @@ void main() {
'material_color_utilities', 'material_color_utilities',
'url_launcher_android', 'url_launcher_android',
'archive', 'archive',
'leak_tracker',
'leak_tracker_testing',
]), ]),
); );
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment