Skip to content

Commit 69c8a3e

Browse files
committed
Merge branch upstream/main into feature/expose-payment-request-enabled
2 parents 2b06e3d + 34948d1 commit 69c8a3e

File tree

209 files changed

+5388
-2849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+5388
-2849
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
871849e4b6bfcad29021c826703b1ac8d3e07c0a
1+
92a6bfbfd6ef6f76c945cbd4facaa138f25c123f

.ci/legacy_project/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@ and then deleting everything but `android/` from it:
5454
- Modifies `settings.gradle` to upgrade the Kotlin Gradle Plugin (KGP)
5555
from version 1.9.0 to 2.1.0. If a user runs into an error with the AGP version,
5656
the warning is clear on how to upgrade the version to one that we support.
57+
- Modifies `gradle.properties` to not set android.enableJetifier=true.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
org.gradle.jvmargs=-Xmx4G
22
android.useAndroidX=true
3-
android.enableJetifier=true

.ci/targets/macos_repo_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ tasks:
1313
always: true
1414
- name: validate iOS and macOS podspecs
1515
script: .ci/scripts/tool_runner.sh
16-
args: ["podspec-check"]
16+
args: ["podspec-check", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
1717
always: true

CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ packages/webview_flutter/webview_flutter_android/** @bparrishMines
8484

8585
# - Darwin
8686
packages/camera/camera_avfoundation/** @hellohuanlin @vashworth
87-
packages/file_selector/file_selector_ios/** @vashworth @cbracken
88-
packages/file_selector/file_selector_macos/** @vashworth @cbracken
89-
packages/google_maps_flutter/google_maps_flutter_ios/** @vashworth @cbracken
90-
packages/google_sign_in/google_sign_in_ios/** @LongCatIsLooong @cbracken
87+
packages/file_selector/file_selector_ios/** @vashworth
88+
packages/file_selector/file_selector_macos/** @vashworth
89+
packages/google_maps_flutter/google_maps_flutter_ios/** @vashworth
90+
packages/google_sign_in/google_sign_in_ios/** @LongCatIsLooong
9191
packages/image_picker/image_picker_ios/** @vashworth @louisehsu
9292
packages/image_picker/image_picker_macos/** @vashworth @louisehsu
9393
packages/in_app_purchase/in_app_purchase_storekit/** @louisehsu @LongCatIsLooong
94-
packages/local_auth/local_auth_darwin/** @cbracken @vashworth
95-
packages/path_provider/path_provider_foundation/** @cbracken @vashworth
94+
packages/local_auth/local_auth_darwin/** @vashworth
95+
packages/path_provider/path_provider_foundation/** @vashworth
9696
packages/pointer_interceptor/pointer_interceptor_ios/** @louisehsu @hellohuanlin
9797
packages/quick_actions/quick_actions_ios/** @LongCatIsLooong @hellohuanlin
9898
packages/shared_preferences/shared_preferences_foundation/** @tarrinneal
9999
packages/url_launcher/url_launcher_ios/** @hellohuanlin @LongCatIsLooong
100100
packages/url_launcher/url_launcher_macos/** @hellohuanlin @LongCatIsLooong
101101
packages/video_player/video_player_avfoundation/** @LongCatIsLooong @hellohuanlin
102-
packages/webview_flutter/webview_flutter_wkwebview/** @cbracken @louisehsu
102+
packages/webview_flutter/webview_flutter_wkwebview/** @louisehsu
103103

104104
# - Linux
105105
packages/file_selector/file_selector_linux/** @stuartmorgan-g
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
22
android.useAndroidX=true
3-
android.enableJetifier=true

packages/animations/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pluginManagement {
2121
plugins {
2222
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2323
id "com.android.application" version "8.9.1" apply false
24-
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
24+
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2525
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2626
}
2727

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
org.gradle.jvmargs=-Xmx4G
22
android.useAndroidX=true
3-
android.enableJetifier=false

packages/camera/camera/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2222
id "com.android.application" version "8.9.1" apply false
23-
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
23+
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525

2626
}

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.10+5
2+
3+
* Updates kotlin version to 2.2.0 to enable gradle 8.11 support.
4+
15
## 0.10.10+4
26

37
* Fix flutter#166533 - prevent startImageStream OOM error when main thread paused.

0 commit comments

Comments
 (0)