flutube 0.8.3 flutube: ^0.8.3 copied to clipboard
Flutter plugin that facilitates the embed of YT videos without using the official YT API.
0.8.3 #
- Fix object types
0.8.2 #
- Support for multiple YouTube URL schemas (#20) (thanks to @alanpachuau)
0.8.1 #
- Fix typo (thanks to @marcosgallardo)
0.8.0 #
- Added native support for playlists
- Fix looping bug
- Fix #9 & #10 (thanks to @murilobaixou)
0.7.3 #
- Small bug fix
0.7.2 #
- Deleted unnecesary files
- Updated dependencies
0.7.1 #
- Added options to allow muting, prevent screen sleep and controlling fullscreen mode.
0.7.0 #
- Updated to work with Chewie ^0.9.0
0.6.2 #
- Fix copy-paste issue
0.6.1 #
- Fix minor bugs
0.6.0 #
- Fixed bugs and added example on how to implement a playlist
0.5.2 #
- Fixed possible stack overflow on videoEnd callback.
0.5.1 #
- Fixed
autoPlay
not working due to video thumbnail - Added
fullscreenByDefault
property
0.5.0 #
- Added
onVideoStart
andonVideoEnd
(extremely useful) callbacks
0.4.3-4 #
- Revert 0.4.2 as it was not working
0.4.1-2 #
- Changed dispose approach trying to fix some errors derived from video disposal
0.4.0 #
- Added thumbnail to videos (thumbnail loads directly from YT). You can control whether you want to display the original video thumbnail with the
showThumb
property. The default value istrue
.
0.3.1 #
- Fix bugs
- You can now access the inner video controller via
GlobalKey<FlutubeState>
0.3.0 #
- Updated Chewie to 0.8.0
- Removed unnecessary code
- Fixed bugs
0.1.2 #
- Fixed a bug which made
autoStart
property not work without settingautoInitialize
to true.
0.1.1 #
- Updated http dependency to allow installation on all Flutter channels.
0.1.0 #
- Added in-plugin API. The plugin does not depend anymore on the YT Link Deconstructor hosted on HerokuApp.
0.0.1 #
- Initial release.