Skip to content

Commit 35003c6

Browse files
committed
Update google-maps-in-flutter for flutter beta
1 parent 5d52fd2 commit 35003c6

File tree

15 files changed

+226
-220
lines changed

15 files changed

+226
-220
lines changed

google-maps-in-flutter/step_3/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

google-maps-in-flutter/step_3/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip

google-maps-in-flutter/step_3/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.3.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
21+
id "com.android.application" version "8.1.0" apply false
22+
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

2525
include ":app"

google-maps-in-flutter/step_3/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

google-maps-in-flutter/step_3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev_dependencies:
4646
# activated in the `analysis_options.yaml` file located at the root of your
4747
# package. See that file for information about deactivating specific lint
4848
# rules and activating additional ones.
49-
flutter_lints: ^4.0.0
49+
flutter_lints: ^5.0.0
5050

5151
# For information on the generic Dart part of this file, see the
5252
# following page: https://dart.dev/tools/pub/pubspec

google-maps-in-flutter/step_4/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

google-maps-in-flutter/step_4/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip

google-maps-in-flutter/step_4/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "7.3.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
21+
id "com.android.application" version "8.1.0" apply false
22+
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}
2424

2525
include ":app"

google-maps-in-flutter/step_4/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 69 additions & 69 deletions
Large diffs are not rendered by default.

google-maps-in-flutter/step_4/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev_dependencies:
4646
# activated in the `analysis_options.yaml` file located at the root of your
4747
# package. See that file for information about deactivating specific lint
4848
# rules and activating additional ones.
49-
flutter_lints: ^4.0.0
49+
flutter_lints: ^5.0.0
5050

5151
# For information on the generic Dart part of this file, see the
5252
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)