Skip to content

Commit

Permalink
Adjust upper Dart SDK constraint (#116586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-mit committed Dec 6, 2022
1 parent 30c5751 commit 91568cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flutter_tools/lib/src/commands/create.dart
Expand Up @@ -323,8 +323,7 @@ class CreateCommand extends CreateBase {
linux: includeLinux,
macos: includeMacos,
windows: includeWindows,
// Enable null safety everywhere.
dartSdkVersionBounds: "'>=$dartSdk <3.0.0'",
dartSdkVersionBounds: "'>=$dartSdk <4.0.0'",
implementationTests: boolArgDeprecated('implementation-tests'),
agpVersion: gradle.templateAndroidGradlePluginVersion,
kotlinVersion: gradle.templateKotlinGradlePluginVersion,
Expand Down

0 comments on commit 91568cc

Please sign in to comment.