-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[various] Update all packages to Pigeon 26 #10450
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] Update all packages to Pigeon 26 #10450
Conversation
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.
Code Review
This pull request updates all packages in the repository to use version 26 of the Pigeon code generation tool. This involves updating pubspec.yaml files, regenerating Pigeon files, and making necessary manual adjustments to the code to adapt to the new generated code structure. The manual changes include updating constructor calls in camera_android_camerax and webview_flutter_android, removing now-redundant Equatable conformances in in_app_purchase_storekit, and updating a test fake in url_launcher_windows. All package versions and changelogs have been updated accordingly.
flutter/packages@ce44ebb...34746bb 2025-11-18 mdebbar@google.com Remove `dart:html` and `drawImageScaled` usages (flutter/packages#10411) 2025-11-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 9b5ad80 to cc14ef5 (143 revisions) (flutter/packages#10455) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump the test-dependencies group across 10 directories with 3 updates (flutter/packages#10457) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump exoplayer_version from 1.5.1 to 1.8.0 in /packages/video_player/video_player_android/android (flutter/packages#10309) 2025-11-17 magder@google.com Split dependabot gradle plugin (flutter/packages#10454) 2025-11-17 stuartmorgan@google.com [various] Update all packages to Pigeon 26 (flutter/packages#10450) 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 flutter-ecosystem@google.com 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
…r#178734) flutter/packages@ce44ebb...34746bb 2025-11-18 mdebbar@google.com Remove `dart:html` and `drawImageScaled` usages (flutter/packages#10411) 2025-11-18 engine-flutter-autoroll@skia.org Manual roll Flutter from 9b5ad80 to cc14ef5 (143 revisions) (flutter/packages#10455) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump the test-dependencies group across 10 directories with 3 updates (flutter/packages#10457) 2025-11-17 49699333+dependabot[bot]@users.noreply.github.com [dependabot]: Bump exoplayer_version from 1.5.1 to 1.8.0 in /packages/video_player/video_player_android/android (flutter/packages#10309) 2025-11-17 magder@google.com Split dependabot gradle plugin (flutter/packages#10454) 2025-11-17 stuartmorgan@google.com [various] Update all packages to Pigeon 26 (flutter/packages#10450) 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 flutter-ecosystem@google.com 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
Pigeon versions <26.0.4 aren't compatible with
analyzer8.x, which is causing conflicts for flutter/flutter, so this updates the entire repo to 26.Related: flutter/flutter#178270
Manual fixes:
camera_android_cameraxandwebview_flutter_androidfor [pigeon] Adds overrides for constructors and static members of ProxyApis #9515pigeonVar_*overrides to theurl_launcher_windowstestsin_app_purchase_storekit, as they are now generated by Pigeon, causing redeclaration errors.Pre-Review Checklist
[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or I have commented below to indicate which version change exemption this PR falls under1.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style, or I have commented below to indicate which CHANGELOG exemption this PR falls under1.///).Footnotes
Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. ↩ ↩2 ↩3