- Added support for sending optional headers to the native players to stream videos behind authentication (thanks to @shenlong-tanwen)
- Notify when video isn't playable on iOS (thanks to @ashilkn)
- Upgrading to Gradle 8 (thanks to @Pablo-Aldana)
- minSdkVersion on Android is now 21
- Upgraded dependencies
- Fixed #10
- Split example into multiple files
- Upgraded dependencies
- Targeting Dart 3.0 and Flutter 3.10
- BREAKING:
NativeVideoPlayerController
now throws exceptions that must be handled by the caller. - Added new method to set playback speed
- Exposed more controller events (playback speed and volume changed)
- Fixed gifs not showing in Readme
- Targeting Flutter 3
- Fixed publishing error
- Fixed videos not playing on iOS 14
- First public release