[all] Update Dart SDK max to 4.0.0 (#3509)

* Update script command

* Mass change
This commit is contained in:
stuartmorgan
2023-03-21 21:48:58 -07:00
committed by GitHub
parent 68abc6ffa4
commit e893fdc961
197 changed files with 216 additions and 213 deletions

View File

@ -376,7 +376,7 @@ void main() {
test('skips unsupported Dart versions when requested', () async {
final RepositoryPackage excluded = createFakePackage(
'excluded_package', packagesDir,
dartConstraint: '>=2.17.0 <3.0.0');
dartConstraint: '>=2.17.0 <4.0.0');
final RepositoryPackage included =
createFakePackage('a_package', packagesDir);