vap_player_platform_interface 1.0.0
vap_player_platform_interface: ^1.0.0 copied to clipboard
Platform interface and pigeon contracts for flutter_vap_player.
Unreleased #
1.0.0 #
- Breaking: reduce the platform interface to one event stream, one play request, stop/dispose, resolver registration, and compact network cache calls.
- Breaking: collapse Pigeon playback and click callbacks into one
VapEventMessage. - Breaking: remove separate mute, content-mode, frame-event, and manual prune host calls.
0.2.0 #
- Rename
VapPlaybackEventType.starttoVapPlaybackEventType.startedto match emitted playback events. - Document stable network failure error-code mapping (
1001..1005) used by platform implementations forVapPlaybackEvent.errorCode.
0.1.0 #
- Initial platform interface release for the Flutter VAP federated plugin.
- Defines shared models and method contracts used by app-facing and platform packages.
- Adds generated Pigeon message contracts for Android and iOS implementations.
- Includes resolver behavior and smoke tests for interface stability.