y_player 1.1.0 y_player: ^1.1.0 copied to clipboard
YPlayer is a Flutter package that provides an easy-to-use YouTube video player widget
Changelog #
1.1.0 #
- Introduced new controller-based functionality for improved state management
- Enhanced handling of app lifecycle changes and fullscreen mode
- Added
onControllerReady
callback toYPlayer
widget - Improved error handling and recovery
- Deprecated
getController()
method in favor ofonControllerReady
callback - Added
isInitialized
property toYPlayerController
- Improved documentation and usage examples
1.0.2+1 #
- Minor bug fixes and improvements
1.0.2 #
- Full screen mode bug fixes
- Minor bug fixes and improvements
1.0.1+3 #
- Minor bug fixes and improvements
1.0.1+2 #
- Loader size bug fix
- Minor bug fixes and improvements
1.0.1+1 #
- Aspect ratio bug fix
- Minor bug fixes and improvements
1.0.1 #
- Added support for mute and unmute
- Added support for fullscreen mode
- Added support for customize error and loading widgets
- Added support for customize placeholder widget
- Added support for customize progress colors
- Minor bug fixes and improvements
1.0.0 #
- Play YouTube videos directly in your Flutter app
- Responsive layout that adapts to different screen sizes
- Support for fullscreen mode
- Easy to use API with play, pause, and stop functionality
- Callback support for player state changes and progress updates