flutter_vap_plugin 0.1.5
flutter_vap_plugin: ^0.1.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.1.5 #
- Change deleteOnEnd argument type to Boolean
0.1.4 #
- deleteOnEnd param added
0.1.3 #
- Fix the issue of not being able to play local files in iOS
- Fixed the issue that the scaleType parameter did not take effect in ios
0.1.2 #
- Fixed the issue that playing another video in playback would not play
0.1.1 #
- Added the 'repeatCount' parameter to control the number of loops.
- The 'scaleType' parameter is added to support setting the video zoom type.
0.1.0 #
- Released the first stable version with support for video playback in 'vap' format for files and resources.