Skip to content

Commit

Permalink
Pin leak_tracker before publishing breaking change. (flutter#135720)
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c authored and Mairramer committed Oct 10, 2023
1 parent 2d71f03 commit 346071c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_tools/lib/src/commands/update_packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ void main() {
'video_player',
'material_color_utilities',
'archive',
'leak_tracker',
'leak_tracker_flutter_testing',
]),
);
});
Expand Down

0 comments on commit 346071c

Please sign in to comment.