flutube 0.4.0 flutube: ^0.4.0 copied to clipboard
Flutter plugin that facilitates the embed of YT videos without using the official YT API.
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.