vap_player_ios 2.1.0 copy "vap_player_ios: ^2.1.0" to clipboard
vap_player_ios: ^2.1.0 copied to clipboard

PlatformiOS

iOS implementation of flutter_vap_player.

vap_player_ios #

The iOS implementation of flutter_vap_player.

It wraps QGVAPlayer with per-player event streams, pause/resume, repeat, and VAPX resource callbacks. CocoaPods uses QGVAPlayer 1.0.19; Swift Package Manager uses the compatible 1.0.19-spm release from misiio/vap. Texture requests fall back to a platform view.

Usage #

This package is endorsed, which means you can simply use flutter_vap_player normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

iOS dependency managers #

The plugin supports both CocoaPods and Flutter's Swift Package Manager integration. Existing CocoaPods apps continue to use the podspec. For SPM, enable Flutter's integration in the consuming app:

flutter config --enable-swift-package-manager

Flutter then discovers the bundled vap-player-ios product automatically; no manual Xcode package entry is required.

0
likes
140
points
163
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS implementation of flutter_vap_player.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta, vap_player_platform_interface

More

Packages that depend on vap_player_ios

Packages that implement vap_player_ios