vap_player_platform_interface 0.2.0
vap_player_platform_interface: ^0.2.0 copied to clipboard
Platform interface and pigeon contracts for flutter_vap_player.
Unreleased #
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.