Pin leak_tracker. (#132261)

This commit is contained in:
Polina Cherkasova 2023-08-09 20:25:06 -07:00 committed by GitHub
parent 9a32f24a34
commit 2efda23a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,10 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'url_launcher_android': '6.0.17',
// https://github.com/flutter/flutter/issues/115660
'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 {

View File

@ -108,6 +108,8 @@ void main() {
'material_color_utilities',
'url_launcher_android',
'archive',
'leak_tracker',
'leak_tracker_testing',
]),
);
});