mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 14:18:54 +08:00
[ci] Update minimums for 3.13 stable (#4731)
- Updates the N-1 and N-2 analysis bot configs to 3.7 and 3.10 - Updates the minimum allowed SDK to 3.7, since that's now the earliest we have any testing for. - Updates all packages to Flutter 3.7/Dart 2.19 as a minimum. - In packages where we hadn't released since the last minimum version bump, I removed the previous line from the `#NEXT` section to make it less confusing when we do release. Per https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version this does not update any package versions.
This commit is contained in:
@ -66,6 +66,8 @@ final Map<Version, Version> _dartSdkForFlutterSdk = <Version, Version>{
|
||||
Version(3, 7, 0): Version(2, 19, 0),
|
||||
Version(3, 7, 12): Version(2, 19, 6),
|
||||
Version(3, 10, 0): Version(3, 0, 0),
|
||||
Version(3, 10, 6): Version(3, 0, 6),
|
||||
Version(3, 13, 0): Version(3, 1, 0),
|
||||
};
|
||||
|
||||
/// Returns the version of the Dart SDK that shipped with the given Flutter
|
||||
|
Reference in New Issue
Block a user