-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[various] Updates packages to use flutter.compileSdkVersion #8734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[various] Updates packages to use flutter.compileSdkVersion #8734
Conversation
74580ef
to
323fb10
Compare
….compileSdkVersion can be used
323fb10
to
4ab44c4
Compare
@@ -2,7 +2,7 @@ name: camera_android_camerax | |||
description: Android implementation of the camera plugin using the CameraX library. | |||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax | |||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22 | |||
version: 0.6.14 | |||
version: 0.6.14+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might wonder why this plugin didnt need to update to 3.27. It is because it was already updated.
Ignoring conflicts in changelog and pubspec until after approval since they will keep happening. |
I think the failure that i am seeing is flutter/flutter#164132 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good pigeon test change!
flutter/packages@fc9d5ca...4c5a7ed 2025-03-07 [email protected] Update PR template for clarity (flutter/packages#8777) 2025-03-06 [email protected] [google_sign_in] Add Android account name field as optional (implementation package changes) (flutter/packages#8805) 2025-03-06 [email protected] Roll Flutter from 2578d97 to 321fbc0 (29 revisions) (flutter/packages#8808) 2025-03-06 [email protected] [various] Updates packages to use flutter.compileSdkVersion (flutter/packages#8734) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Maybe the plugin template should also implement this change too since it currently hardcodes Also, just a question about what you've done here. I can see in the example's flutter {
source '../..'
} But in the plugin itself, the Finally, I question whether this change might be considered as a breaking change, since other plugins or apps that depend on such a plugin that use |
"I question whether this change might be considered as a breaking change, since other plugins or apps that depend on such a plugin that use compileSdk 34 might now stop during the build because the plugin requires compileSdk 35. " This change also set the minimum flutter verison to |
Related to flutter/flutter/issues/149836
Want to wait a couple of days after
#8700 lands before landing.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes].///
).