We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c5751 commit 91568ccCopy full SHA for 91568cc
1 file changed
packages/flutter_tools/lib/src/commands/create.dart
@@ -323,8 +323,7 @@ class CreateCommand extends CreateBase {
323
linux: includeLinux,
324
macos: includeMacos,
325
windows: includeWindows,
326
- // Enable null safety everywhere.
327
- dartSdkVersionBounds: "'>=$dartSdk <3.0.0'",
+ dartSdkVersionBounds: "'>=$dartSdk <4.0.0'",
328
implementationTests: boolArgDeprecated('implementation-tests'),
329
agpVersion: gradle.templateAndroidGradlePluginVersion,
330
kotlinVersion: gradle.templateKotlinGradlePluginVersion,
0 commit comments