mirror of
https://github.com/flutter/packages.git
synced 2025-06-19 13:38:53 +08:00
[all] Update Dart SDK max to 4.0.0 (#3509)
* Update script command * Mass change
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user