flutter_vap icon indicating copy to clipboard operation
flutter_vap copied to clipboard

Base on Vap to play alpha video animation

Results 10 flutter_vap issues
Sort by recently updated
recently updated
newest added

Hi, the old apk is working but it's not working in new flutter. Need your help.

Thank you for your great work! Can you make a new function to start animation from specific frame or duration, also a feature to repeat video feature. It will be...

Unhandled Exception: MissingPluginException(No implementation found for method playAsset on channel flutter_vap_controller)

fix flutter 3.x context params nullable.

环境: - Flutter 3.13.0 - Dart 3.1.0 - iPhone 14 Pro,iOS 16.3.1 操作: 拷贝了 vap 项目中的 mp4 资源到 Flutter 项目中的 assets 目录下。调用 playAsset 方法。 log: ``` UIView+VAP.m(269):-[UIView(VAP) p_playHWDMP4:fps:blendMode:repeatCount:delegate:] [kQGVAPModuleCommon] -...

我想播放assets目录下的.mp4文件,却报错了。而且只要报错就会异常,报reply submit。这是第一是因为重复回掉了.success方法。第二个就是无法播放assets目录下文件。会在AnimConfigManager类的第163行报错。

This is a good plugin as it works on ios and android. The issue I'm facing is that I'm unfamiliar with the Vap format and most of the documentation is...

Hello, Any chance to make it work on Flutter Web? For Android it works great, thanks for your fantastic work.