Skip to content

Commit

Permalink
feat(flutter): Upgrade flutter version to 3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wkl3nk authored and sschuberth committed Mar 15, 2024
1 parent 786d3a6 commit 16ee7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/package-managers/pub/src/main/kotlin/Pub.kt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private const val PUB_LOCK_FILE = "pubspec.lock"
private val flutterCommand = if (Os.isWindows) "flutter.bat" else "flutter"
private val dartCommand = if (Os.isWindows) "dart.bat" else "dart"

private val flutterVersion = Os.env["FLUTTER_VERSION"] ?: "3.13.6-stable"
private val flutterVersion = Os.env["FLUTTER_VERSION"] ?: "3.19.3-stable"
private val flutterInstallDir = ortToolsDirectory.resolve("flutter-$flutterVersion")

val flutterHome by lazy {
Expand Down

0 comments on commit 16ee7fd

Please sign in to comment.