The THEOplayer component
Architecture
THEOplayer Flutter SDK utilizes the well-known THEOplayer native SDKs under the hood and exposes the APIs on a single API layer in Flutter to speed up prototyping and development.
Available APIs
- Basic player APIs (play, pause, seek, etc...) on the
THEOplayerinstance SourceDescription-related classes- Player events (
CANPLAY, PLAYING, TIMEUPDATE, etc..) - Track APIs (acive tracks, cues, enable, disable) on the
THEOplayer.[audio|video|text]trackobjects Track-related classes- Track events (
ADD_TRACK, REMOVE_TRACK, ADD_CUE, ENTER_CUE, etc..)
API Reference
To be completed.
Please use your IDE's features to discover the available APIs.
Read theoplayer.dart for all the details.