flutter_native_player library
Classes
- FlutterNativePlayer
- A widget that displays a native video player with full customization support.
Typedefs
- PlayerLoadingBuilder = Widget Function(BuildContext context, FlutterNativePlayerController controller)
- Signature for building a custom loading indicator.
- PlayerOverlayBuilder = Widget Function(BuildContext context, FlutterNativePlayerController controller, PlaybackState playbackState, DurationState? durationState)
- Signature for building custom overlay controls for the video player.