[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:
stuartmorgan
2023-08-17 12:59:58 -07:00
committed by GitHub
parent e398fafd20
commit d92cdf0a63
291 changed files with 689 additions and 361 deletions

View File

@ -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