youtube_player_flutter 1.2.0 youtube_player_flutter: ^1.2.0 copied to clipboard
Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.
1.2.0 #
- Added
actions
property, which can be used to add menus in top bar of video. See example for details. - Added option to hide fullscreen button.
- FIXED Current position always showing 00:00 Issue #17
1.1.1+1 #
- Updated dart constraint to
>=2.2.0 <3.0.0
*. - FIXED Parsing Exceptions.
1.1.0 #
- Minor Improvements.
- Built and tested on iOS device.
- Migrated to AndroidX.
- Removed warnings on iOS builds.
1.0.1+1 #
- Added Travis CI.
1.0.1 #
- FIXED Error while building for iOS.
1.0.0+2 #
- FIXED Video pausing on tapped, when controls were hidden.
1.0.0+1 #
- Added Download APK badge.
1.0.0 #
- Initial Release.
- Includes Dart Documentation.
- Includes support for Live Videos.
- Includes fast forward and rewind feature.