flutter_vap_player library
Classes
- VapCompletedEvent
- Playback finished (all repeats completed, or stopped).
- VapConfigReadyEvent
- The animation's vapc configuration was parsed; playback is about to start.
- VapDestroyedEvent
- The native player released its resources.
- VapErrorEvent
- Playback failed.
- VapEvent
- An event emitted by a native VAP player.
- VapFrameEvent
-
A frame was rendered. Only emitted when
VapCreationOptions.enableFrameEventsis true. - VapPlayer
- Displays the animation of a VapPlayerController.
- VapPlayerController
- Controls a native VAP player and publishes its state.
- VapPlayerOptions
- Static configuration for a VapPlayerController.
- VapPlayerValue
- The playback state of a VapPlayerController.
- VapResource
- A VAPX (mix/fusion) resource placeholder embedded in the animation.
- VapResourceClickEvent
- A VAPX resource was tapped.
- VapResourceDelegate
- Supplies VAPX resources for a player.
- VapStartedEvent
- Playback started (first frame rendered).
Enums
- VapDataSourceType
- The kind of data source a VapPlayerController plays.
- VapResourceType
- The kind of resource a VAPX animation is requesting.
- VapScaleType
- How the animation is scaled inside its view.
- VapViewType
- The type of Flutter view used to render the VAP animation.
Constants
- kUninitializedPlayerId → const int
- A player id that indicates the controller has not been initialized.