youtube_web_player 1.0.2
youtube_web_player: ^1.0.2 copied to clipboard
A Flutter package for seamless integration of YouTube videos in a native WebView, providing a smooth playback experience. Ideal for multimedia applications.
1.0.0 #
Stable Release #
This release marks the transition of the youtube_web_player
package from beta to a stable version.
Added #
- Playback Control: Implemented features for play, pause, and full-screen functionality for a better user experience.
- Customizable UI: Introduced options to customize the player’s appearance to match your app's theme and design.
Changed #
- Performance Improvements: Optimized video loading times, resulting in smoother playback.
- Bug Fixes: Resolved several issues identified during the beta phase, improving overall stability and reliability.
- Expanded Documentation: Enhanced the documentation to include comprehensive examples and setup instructions for easier integration.
Removed #
- No features have been removed in this release; the focus was on enhancing existing functionalities.
0.0.1 #
Initial Release #
This is the initial release of the youtube_web_player
package, which allows you to seamlessly integrate a native WebView to play YouTube videos within your Flutter application.
Features #
- WebView Integration: Easily embed YouTube videos using the YouTube embed URL.
- Responsive Design: The player adjusts to the size of its parent widget, ensuring a smooth user experience across devices.
- Lightweight: Minimalistic approach with no additional dependencies other than the
flutter_inappwebview
package.
Current Status #
- Beta Version: This package is currently in beta. While we have implemented the core functionality, we expect further enhancements and optimizations in future releases. Your feedback is welcome to help improve the package.
Usage #
To use the youtube_web_player
library, please refer to the documentation for setup instructions and examples.
We appreciate your understanding and support as we continue to refine and improve this library for the Flutter community.