Learn how to use play, pause, seek, volume, and state controls in the FastPix Flutter Player.
The FastPixPlayerController provides methods for managing playback. All methods are available after calling initialize().
Set the player volume on a scale from 0.0 (silent) to 1.0 (maximum):
Check the current state and position:
The player can be in any of these states:
Always dispose the controller when the widget is removed: