From 03cf9355671b2e647a641679f9284735e1065894 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 18 Feb 2026 15:31:51 -0800 Subject: [PATCH 1/8] [quick_actions_android] Remove deprecated usesCleartextTraffic --- .../example/android/app/src/debug/AndroidManifest.xml | 4 +++- .../android/app/src/main/res/xml/network_security_config.xml | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml diff --git a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml index bee689df1735..2ffdbccb2bbe 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml @@ -4,7 +4,7 @@ to allow setting breakpoints, to provide hot reload, etc. --> - + + diff --git a/packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml b/packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 000000000000..6684a77247e0 --- /dev/null +++ b/packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,5 @@ + + + + + From 774ad00520d6e17d39fae144704491a84e5b32bb Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 18 Feb 2026 15:49:50 -0800 Subject: [PATCH 2/8] move to debug --- .../app/src/{main => debug}/res/xml/network_security_config.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/quick_actions/quick_actions_android/example/android/app/src/{main => debug}/res/xml/network_security_config.xml (100%) diff --git a/packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/res/xml/network_security_config.xml similarity index 100% rename from packages/quick_actions/quick_actions_android/example/android/app/src/main/res/xml/network_security_config.xml rename to packages/quick_actions/quick_actions_android/example/android/app/src/debug/res/xml/network_security_config.xml From 120adfac049644e72a9e3bd6d72bf8e0df0f0524 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 10:11:12 -0800 Subject: [PATCH 3/8] just remove clear text since this does not use espresso --- .../example/android/app/src/debug/AndroidManifest.xml | 2 +- .../app/src/debug/res/xml/network_security_config.xml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 packages/quick_actions/quick_actions_android/example/android/app/src/debug/res/xml/network_security_config.xml diff --git a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml index 2ffdbccb2bbe..8af71f0f0b90 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml @@ -4,7 +4,7 @@ to allow setting breakpoints, to provide hot reload, etc. --> - + - - - - From c5dac40d78ddb2e7cfd1eadd6a9a0cfb363efb70 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 10:18:22 -0800 Subject: [PATCH 4/8] remove meta data too --- .../example/android/app/src/debug/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml index 8af71f0f0b90..ad14be24354e 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml +++ b/packages/quick_actions/quick_actions_android/example/android/app/src/debug/AndroidManifest.xml @@ -13,7 +13,5 @@ android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize"> - From d2651f5a7f0fe0d448ca57bdf14f0157575d421f Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 12:53:05 -0800 Subject: [PATCH 5/8] remove espresso from pubspec - not used --- .../quick_actions/quick_actions_android/example/pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/quick_actions/quick_actions_android/example/pubspec.yaml b/packages/quick_actions/quick_actions_android/example/pubspec.yaml index 4c8788be9b1d..eeedd47f8b65 100644 --- a/packages/quick_actions/quick_actions_android/example/pubspec.yaml +++ b/packages/quick_actions/quick_actions_android/example/pubspec.yaml @@ -18,7 +18,6 @@ dependencies: path: ../ dev_dependencies: - espresso: ^0.4.0 flutter_test: sdk: flutter integration_test: From 99f9b96bca6680df72a4285bd12c853e65b44acb Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 14:04:39 -0800 Subject: [PATCH 6/8] update espresso-core to 3.7 --- .../quick_actions_android/example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle index c054bb603344..285e336c78c8 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle +++ b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle @@ -54,7 +54,7 @@ flutter { dependencies { testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0") + androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") api("androidx.test:core:$androidXTestVersion") androidTestImplementation("androidx.test:runner:$androidXTestVersion") From 92f30d671c888f866c1d174ae007bf0e4f4b7aa3 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 14:16:22 -0800 Subject: [PATCH 7/8] update androidx test version --- .../quick_actions_android/example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle index 285e336c78c8..cbea25f1b8ca 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle +++ b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle @@ -22,7 +22,7 @@ if (flutterVersionName == null) { flutterVersionName = '1.0' } -def androidXTestVersion = '1.4.0' +def androidXTestVersion = '1.7.0' android { namespace = "io.flutter.plugins.quickactionsexample" From 2482798dd5b4315094f87f3b397a6993801d582f Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 19 Feb 2026 15:13:50 -0800 Subject: [PATCH 8/8] do not remove espresso dep for now --- .../quick_actions_android/example/android/app/build.gradle | 4 ++-- .../quick_actions/quick_actions_android/example/pubspec.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle index cbea25f1b8ca..c054bb603344 100644 --- a/packages/quick_actions/quick_actions_android/example/android/app/build.gradle +++ b/packages/quick_actions/quick_actions_android/example/android/app/build.gradle @@ -22,7 +22,7 @@ if (flutterVersionName == null) { flutterVersionName = '1.0' } -def androidXTestVersion = '1.7.0' +def androidXTestVersion = '1.4.0' android { namespace = "io.flutter.plugins.quickactionsexample" @@ -54,7 +54,7 @@ flutter { dependencies { testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0") + androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0") api("androidx.test:core:$androidXTestVersion") androidTestImplementation("androidx.test:runner:$androidXTestVersion") diff --git a/packages/quick_actions/quick_actions_android/example/pubspec.yaml b/packages/quick_actions/quick_actions_android/example/pubspec.yaml index eeedd47f8b65..4c8788be9b1d 100644 --- a/packages/quick_actions/quick_actions_android/example/pubspec.yaml +++ b/packages/quick_actions/quick_actions_android/example/pubspec.yaml @@ -18,6 +18,7 @@ dependencies: path: ../ dev_dependencies: + espresso: ^0.4.0 flutter_test: sdk: flutter integration_test: