Releases: jhomlala/betterplayer
Releases · jhomlala/betterplayer
0.0.62
Feature/nullsafety (#372) * Fixed fullscreenByDefault issue * Updated documentation * Updated documentation * Refactored internal event handling. * Refactored internal event handling. * Added tests * Added tests * Tests refactor * Null safety migration * Fixed issue where player controls were immediately hidden. * General refactor * General refactor * General refactor * General refactor * General refactor * Null safety refactor * Null safety refactor * Null safety refactor * Fixed initialized listener * Removed cancelFullScreenDismiss parameter * General refactor * Added initialization check for VideoPlayerController * Added initialization check for VideoPlayerController * General refactor * Changed default value of enableProgressText to true in BetterPlayerControlsConfiguration * Setup first selected HLS Audio as default one. * Lint & format update * Updated changelog, lint fixes * Commented analysis_options.yaml
0.0.61
0.0.60
Feature/february changes 11 (#352) * Updated documentation * Added null checking for videoPlayerController inside BetterPlayerController. * Added setMixWithOthers * Added initialStartIndex in BetterPlayerPlaylistConfiguration. * Fixed issue where player did not disposed properly on app quit * Added placeholder parameter in BetterPlayerDataSource * Flutter format, version update * Updated documentation * Added BP images * Added BP images * Flutter format
0.0.59
Feature/februrary changes 10 (#340) * Fixed WebVTT subtitles parsing * Updated ExoPlayer version, added missing dispose call from BetterPlayer widget. * Updated ExoPlayer version, added missing dispose call from BetterPlayer widget. * Added fix for iOS aspect ratio issue * Added fix for iOS aspect ratio issue * Fixed auto play issue where player starts video after load initialization process and player is not visible * Updated texts in examples * Updated changelog * Lint & format fixes * Lint & format fixes * Lint & format fixes
0.0.58
Feature/february changes 9 (#330) * Added overflowModalColor and overflowModalTextColor in BetterPlayerControlsConfiguration. * Disabled picture in picture in fullscreen mode. * Updated reusable video example * Fixed enabled parameter for skip back and forward * Fixed enabled parameter for skip back and forward * Updated changelog * Added AES DRM support * Added AES DRM support * Updated documentation * Updated token based DRM * Added widevine DRM support * Dart lint fixes, Dart format * Dart lint fixes, Dart format * Dart lint fixes, Dart format
0.0.57
Feature/february changes 8 (#319) * Fixed iOS HLS initialization issue * Fixed iOS HLS initialization issue * Fixed issue where video plays after resume even if it's not visible. * Updated User-Agent picking for Android. * Added auto option for quality selection.
0.0.56
Feature/february changes 7 (#315) * Fixed empty data source notification issue * Fixed empty data source notification issue * Fixed WebVTT subtitles parsing issue. * Fixed WebVTT subtitles parsing issue. * Fixed example subtitles * Fixed memory data source issue on iOS * Fixed controls visible all time on live stream * Updated data sources * Fixed potential iOS notification crash. * Format & DA fixes Co-authored-by: jhomlala <[email protected]>
0.0.55
0.0.54
Feature/february changes 6 (#300) * Playlist refactor * Playlist refactor * Fixed iOS availableDuration index issue * Fixed iOS availableDuration index issue * Updated changelog Co-authored-by: jhomlala <[email protected]>
0.0.53
Feature/february changes 5 (#293) * Fixed fullscreen hide issue * HLS parser update * Removed unused player observer in iOS. * Fixed cache issue * Lint & format refactor * Fixed android cache * Fixed HLS data selection, added HLS Audio page, 0.0.53 release Co-authored-by: jhomlala <[email protected]>