Skip to content

Commit 3f2cca8

Browse files
authored
Adjust the minimum sdk version in the synthetic pkg for new Dart requirements (#122380)
Manually landing to fix the Engine rolls. The change will not affect Google Testing.
1 parent e98c537 commit 3f2cca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ String generateFakePubspec(
14401440
final bool verbose = doUpgrade;
14411441
result.writeln('name: flutter_update_packages');
14421442
result.writeln('environment:');
1443-
result.writeln(" sdk: '>=2.10.0 <4.0.0'");
1443+
result.writeln(" sdk: '>=2.12.0 <4.0.0'");
14441444
result.writeln('dependencies:');
14451445
overrides.writeln('dependency_overrides:');
14461446
if (kManuallyPinnedDependencies.isNotEmpty) {

0 commit comments

Comments
 (0)