player library Null safety Main
THE Flutter Sound Player
Classes
- FlutterSoundPlayer
- A Player is an object that can playback from various sources. [...]
- PlaybackDisposition
- Used to stream data about the position of the playback as playback proceeds.
- Track
- The track to play by FlutterSoundPlayer.startPlayerFromTrack().
Enums
- PlayerState
- The possible states of the Player.
Typedefs
-
TonPaused(
bool paused) → void - Playback function type for FlutterSoundPlayer.startPlayerFromTrack(). [...]
-
TonSkip(
) → void - Playback function type for FlutterSoundPlayer.startPlayerFromTrack(). [...]
-
TWhenFinished(
) → void - Playback function type for FlutterSoundPlayer.startPlayer(). [...]