Skip to content

[video_player] Simplify Pigeon API on Android - #7909

Merged
auto-submit[bot] merged 6 commits into
flutter:mainfrom
stuartmorgan-g:video-player-pigeon-simplification
Oct 24, 2024
Merged

[video_player] Simplify Pigeon API on Android#7909
auto-submit[bot] merged 6 commits into
flutter:mainfrom
stuartmorgan-g:video-player-pigeon-simplification

Conversation

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

The Pigeon API for video_player_android dates back to the earliest versions of Pigeon, when methods had to take only a single class parameter, and return a class. This updates the API surface to modern Pigeon style, eliminating wrapper classes (except for CreateMessage, which is complex enough that the class is useful).

Pre-launch Checklist

@stuartmorgan-gstuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 24, 2024
@auto-submit
auto-submitBot merged commit ca8cb66 into flutter:mainOct 24, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 25, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Oct 25, 2024
auto-submitBot pushed a commit to flutter/flutter that referenced this pull request Oct 25, 2024
flutter/packages@a556f0f...e0c4f55
2024-10-25 stuartmorgan@google.com [path_parsing] Initial import (flutter/packages#7908)
2024-10-24 stuartmorgan@google.com [video_player] Simplify Pigeon API on Android (flutter/packages#7909)
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
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
The Pigeon API for `video_player_android` dates back to the earliest versions of Pigeon, when methods had to take only a single class parameter, and return a class. This updates the API surface to modern Pigeon style, eliminating wrapper classes (except for `CreateMessage`, which is complex enough that the class is useful).
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
The Pigeon API for `video_player_android` dates back to the earliest versions of Pigeon, when methods had to take only a single class parameter, and return a class. This updates the API surface to modern Pigeon style, eliminating wrapper classes (except for `CreateMessage`, which is complex enough that the class is useful).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit Appp: video_playerplatform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stuartmorgan-g@matanlurey