Skip to content

Commit 81734be

Browse files
authored
Remove package:shelf version pin (#105261)
1 parent f9e190a commit 81734be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/flutter_tools/lib/src/commands/update_packages.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
3131
'archive': '3.1.11', // Breaking changes in 3.2.0, see https://github.com/flutter/flutter/issues/98536
3232
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
3333
'flutter_template_images': '4.1.0', // Must always exactly match flutter_tools template.
34-
// "shelf" is pinned to avoid the performance regression from a reverted
35-
// feature from https://github.com/dart-lang/shelf/issues/189 . This can be
36-
// removed when a new major version of shelf is published.
37-
'shelf': '1.1.4',
3834
'video_player': '2.2.11',
3935
// Could potentially break color scheme tests on upgrade,
4036
// so pin and manually update as needed.

0 commit comments

Comments
 (0)