native_video_view 0.1.3
native_video_view: ^0.1.3 copied to clipboard
A video player widget displayed using the platform native player (VideoView in Android and AVPlayer in iOS).
Changelog #
0.1.3 #
- Removed flutter.jar dependency in build.gradle
0.1.2 #
- Added a better description in pubspec.yaml
0.1.1 #
- Removed conflicting file in iOS folder
0.1.0 #
- Widget to play videos.
- Media controls widget.
- Callbacks to control the state of the player.
- Use of platform view to display the player in each platform.