Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into android-24-min-scrub
  • Loading branch information
stuartmorgan-g committed Aug 27, 2025
commit 7699b65204549882af114f69396ca161d946bd8d
7 changes: 6 additions & 1 deletion packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.10.10+6
## 0.10.10+7

* Updates minimum supported SDK version to Flutter 3.35.
* Removes code for supporting API 21-23.

## 0.10.10+6

* Bumps com.android.tools.build:gradle to 8.12.1.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 0.10.10+5

* Updates kotlin version to 2.2.0 to enable gradle 8.11 support.
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22

version: 0.10.10+6
version: 0.10.10+7

environment:
sdk: ^3.9.0
Expand Down
7 changes: 6 additions & 1 deletion packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.8.13+1
## 0.8.13+2

* Updates minimum supported SDK version to Flutter 3.35.
* Removes obsolete code related to supporting SDK <24.

## 0.8.13+1

* Bumps com.android.tools.build:gradle to 8.12.1.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 0.8.13

* Adds support for `getMultiVideoWithOptions`.
Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_android
description: Android implementation of the image_picker plugin.
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.13+1
version: 0.8.13+2

environment:
sdk: ^3.9.0
Expand Down
7 changes: 6 additions & 1 deletion packages/local_auth/local_auth_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 1.0.52
## 1.0.53

* Removes obsolete code related to supporting SDK <24.
* Updates minimum supported SDK version to Flutter 3.35.

## 1.0.52

* Bumps com.android.tools.build:gradle to 8.12.1.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 1.0.51

* Updates kotlin version to 2.2.0 to enable gradle 8.11 support.
Expand Down
2 changes: 1 addition & 1 deletion packages/local_auth/local_auth_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth_android
description: Android implementation of the local_auth plugin.
repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
version: 1.0.52
version: 1.0.53

environment:
sdk: ^3.9.0
Expand Down
7 changes: 6 additions & 1 deletion packages/url_launcher/url_launcher_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 6.3.18
## 6.3.19

* Updates minimum supported SDK version to Flutter 3.35.
* Removes obsolete code related to supporting SDK <24.

## 6.3.18

* Bumps com.android.tools.build:gradle to 8.12.1.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 6.3.17

* Updates kotlin version to 2.2.0 to enable gradle 8.11 support.
Expand Down
3 changes: 2 additions & 1 deletion packages/url_launcher/url_launcher_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: url_launcher_android
description: Android implementation of the url_launcher plugin.
repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 6.3.18
version: 6.3.19

environment:
sdk: ^3.7.0
flutter: ">=3.29.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stuartmorgan-g this is a breaking change.

this plugin with dropped support for Android 21 shows up for the flutter upgrade in a project that has sdk constraint like sdk: ^3.8.1 (i.e. Flutter 3.32.8).

This plugin sdk constraint probably should be bumped to ^3.9.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This plugin sdk constraint probably should be bumped to ^3.9.0

It was supposed to have been (the changelog even lists that change), I just somehow missed it in this package. Thanks for flagging this!

I've retracted 6.3.19 on pub.dev so nobody new will be broken, and #9986 will provide a clean upgrade path for anyone who was already broken.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 4.10.1
## 4.10.2

* Updates minimum supported SDK version to Flutter 3.35.
* Removes obsolete code related to supporting SDK <24.

## 4.10.1

* Bumps com.android.tools.build:gradle to 8.12.1 and kotlin_version to 2.2.10.
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

## 4.10.0

* Adds support for the Payment Request API with `AndroidWebViewController.isWebViewFeatureSupported` and `AndroidWebViewController.setPaymentRequestEnabled`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 4.10.1
version: 4.10.2

environment:
sdk: ^3.9.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.