- BREAKING CHANGE: The library now uses an
InAppWebView
to play Vimeo videos, as the publicconfig
endpoint of vimeo has been deprecated and is no longer in use. - Added customizable controls and event callbacks using the InAppWebView, including options like
isAutoPlay
,isLooping
,isMuted
,showTitle
,showByline
,showControls
,enableDNT
,backgroundColor
and event callbacks includeonReady
,onPlay
,onPause
,onFinish
, andonSeek
. - Updated the library details.
- Fixed the issue.
- #41 - Version failure.
- Merged the PR.
- Updated the library details.
- Updated the config response of vimeo video.
- Updated the example for android.
- Updated the library details.
- Updated the vimeo video regular expression to accurately retrieve the Vimeo video ID from the matching pattern.
- Updated the library details.
- Fixed the issue.
- #36 - Video URL not working.
- Updated the library details.
- Updated the library details.
- BREAKING CHANGE: The library now requires Dart version
3.2.0
or higher, and Flutter version3.16.0
or higher. - Fixed the issues.
- Merged the PR.
- #30 - fix: crash on back when the video is playing Thanks to phankietit.
- Updated the library details.
- Fixed the issue.
- #25 - Callbacks onFinished and onProgress not work.
- Improved the code.
- Updated the library details.
- Improved the code.
- Updated the library details.
- Updated the config response of vimeo video and video player initialization.
- Updated the library details.
- Merged the PR.
- Improved the code.
- Updated the library details.
- Fixed the issue.
- #7 - Auto video rotate not working when device rotate.
- Updated the library details.
- Merged the PR.
- #8 - Start time, progress & finish listeners Thanks to piotrszych.
- Updated the library details.
- Updated the config response of vimeo video.
- Updated the library details.
- Fixed the issues.
- Enhanced the library by adding additional utilities.
- Updated the library details.
- Updated the library details.
- Initial release of
vimeo_video_player
library.