Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 91568cc

Browse files
authored
Adjust upper Dart SDK constraint (#116586)
1 parent 30c5751 commit 91568cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/flutter_tools/lib/src/commands/create.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ class CreateCommand extends CreateBase {
323323
linux: includeLinux,
324324
macos: includeMacos,
325325
windows: includeWindows,
326-
// Enable null safety everywhere.
327-
dartSdkVersionBounds: "'>=$dartSdk <3.0.0'",
326+
dartSdkVersionBounds: "'>=$dartSdk <4.0.0'",
328327
implementationTests: boolArgDeprecated('implementation-tests'),
329328
agpVersion: gradle.templateAndroidGradlePluginVersion,
330329
kotlinVersion: gradle.templateKotlinGradlePluginVersion,

0 commit comments

Comments
 (0)