impulse_player_flutter 0.3.7
impulse_player_flutter: ^0.3.7 copied to clipboard
The Impulse Player plugin makes using a video player in flutter easy.
0.3.7 #
- [Seek] Updated
seekmethod to useintas parameter in Dart.
0.3.4 #
0.3.3 #
- [iOS] Fixed an issue where the player would not reuse nicely when used inside a ListView.
0.3.2 #
- [iOS] Fixed an issue causing iOS not finding the iOS library since version 0.3.0.
0.3.1 #
- [Cast] Added option to disable casting per player.
0.3.0 #
- [Video Player] Added support for headers on video load.
0.2.0 #
- [Android] Greatly improved how the player shows on Android, preventing some issues with playback.
- [Picture In Picture] Added support for Picture in Picture.
- [Cast] Added cast support.
- [Player] Player progress and duration are now of the type
int, to reflect Dart standards. - [Android] Fixed reference to Android library.
- [Flutter] The progress and duration fields are now
intin Dart, no longer using Long. - [Flutter] Fixed crashes happening when calling the controller functions before the player is visible.
0.1.0 #
- First version of the Impulse Player 🚀