- Fix object types
- Support for multiple YouTube URL schemas (#20) (thanks to @alanpachuau)
- Fix typo (thanks to @marcosgallardo)
- Added native support for playlists
- Fix looping bug
- Fix #9 & #10 (thanks to @murilobaixou)
- Small bug fix
- Deleted unnecesary files
- Updated dependencies
- Added options to allow muting, prevent screen sleep and controlling fullscreen mode.
- Updated to work with Chewie ^0.9.0
- Fix copy-paste issue
- Fix minor bugs
- Fixed bugs and added example on how to implement a playlist
- Fixed possible stack overflow on videoEnd callback.
- Fixed
autoPlay
not working due to video thumbnail - Added
fullscreenByDefault
property
- Added
onVideoStart
andonVideoEnd
(extremely useful) callbacks
- Revert 0.4.2 as it was not working
- Changed dispose approach trying to fix some errors derived from video disposal
- 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
.
- Fix bugs
- You can now access the inner video controller via
GlobalKey<FlutubeState>
- Updated Chewie to 0.8.0
- Removed unnecessary code
- Fixed bugs
- Fix #2
- Fixed a potential bug that made videos don't stop playing when route was deactivated
- Fixed a bug which made
autoStart
property not work without settingautoInitialize
to true.
- Updated http dependency to allow installation on all Flutter channels.
- Added in-plugin API. The plugin does not depend anymore on the YT Link Deconstructor hosted on HerokuApp.
- Initial release.