Skip to content

Commit

Permalink
Update2: Flutter Practice Vol.11 to Flutter 3.24.3 (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsukiyoshi committed Oct 12, 2024
1 parent ed02f45 commit c3ad79a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
2 changes: 1 addition & 1 deletion flutter/practice/vol11/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "com.android.application" version "7.3.1" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion flutter/practice/vol11/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ packages:
version: "14.2.5"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
flutter: ">=3.24.0"
3 changes: 2 additions & 1 deletion flutter/practice/vol11/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ version: 1.0.1

environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -34,7 +35,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
cupertino_icons: ^1.0.8

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c3ad79a

Please sign in to comment.