packages icon indicating copy to clipboard operation
packages copied to clipboard

[video_player] Simplify Pigeon API on Android

Open stuartmorgan-g opened this issue 1 year ago • 0 comments

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-g avatar Oct 21 '24 18:10 stuartmorgan-g