flutter_vap_plugin 0.0.5
flutter_vap_plugin: ^0.0.5 copied to clipboard
A Flutter plugin for playing Tencent VAP animation videos on Android and iOS, supporting local, asset, and network sources with playback callbacks and loop control.
0.0.1 #
- Initial release: support VAP video playback on Android and iOS
- Support for local, asset, and network video sources
- Loop playback with repeatCount parameter
- Multiple playback callbacks
0.0.2 #
- edit example to use VAP video
0.0.3 #
- add FlutterVapController to control video playback
0.0.4 #
- The parameters path,sourceType,repeatCount are passed in using the play method of the controller
0.0.5 #
- Fix crash error in iOS