- fixed broken vimeo api requests
- upgraded minimum sdk version from ">=2.17.0 <4.0.0" to ">=3.0.0 <4.0.0"
- upgraded all the dependencies to latest version
- fix typos in README.md
- upgraded all dependencies
- upgraded
httplib to^1.1.0 - fix fullscreen issue in IOS
- upgraded dependencies
- migrate from
wakelocktowakelock_plusPR #129 - fixed all lint rules
- migrated
VideoPlayerController.networktoVideoPlayerController.networkUrl - Breaking:
- In
PlayVideoFrom.file[file] param datatype changed from [dynamic] to [File]
- In
- merged PR #103
- support unlisted vimeo videos
- upgraded dependencies
- Updated Readme file
- added pod player logo to pub.dev
- fix: unable to find directory entry in pubspec.yaml #114
- merged PR #109
- fixed #82
- Feature
- support vimeo private video ref
- double tap ripple effect added
- upgraded dependencies
- merged PR #66 #77 #78
-
Breaking change:
- In
PodPlayerConfiginitialVideoQualitychanged tovideoQualityPriorityto support priority of video qualities
controller = PodPlayerController( podPlayerConfig: const PodPlayerConfig( videoQualityPriority: [1080, 720, 360], ), )..initialise()
- In
-
Features
- Support for youtube live videos By
(@vodino) - Added:
videoQualityPrioritytoPodPlayerConfigBy(@emersonsiega) - Added: callback
onToggleFullScreenwhen changes in fullscreen mode #48 - Added:
hideOverlayandshowOverlayfunctions to controller
- Support for youtube live videos By
-
Bug Fixes
- Merged PR #54 By
(@emersonsiega)- Fix unhandled exception on initialization #49
- Add video quality priority list
- Changes in
onToggleFullScreen
- Merged PR #54 By
- Merged PR #37 & #38, By
(@Jeferson505)- Added
PodPlayerLabelsparam toPodVideoPlayerwidget - Added PodPlayerLabels usage example in
from_assetfile - Seted
normalplayback speed to1x
- Added
- bug fix and added example for playing videos in list
- dependencies upgraded
- video_player: ^2.4.5
- code refactor
- Upgraded to Dart 2.17.0
- Bug fixes
- Added some examples
- Features
- Added support for thumbnails
- Added
isFullScreengetter to controller
- Updated docs
- Features
- support for RTL (by @karbalaidev)
- initialVideoQuality added
- Bug fixes
- Bug fix #4
- Ignored .mp4 video file in pub
- Initial release