vimeo_video_player 1.0.0 vimeo_video_player: ^1.0.0 copied to clipboard
A Flutter package to play Vimeo videos using their Video ID. Utilizes InAppWebView for smooth video playback directly in your Flutter app.
1.0.0 #
- 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.
0.0.16 #
0.0.15 #
- Updated the config response of vimeo video.
- Updated the example for android.
- Updated the library details.
0.0.14 #
- Updated the vimeo video regular expression to accurately retrieve the Vimeo video ID from the matching pattern.
- Updated the library details.
0.0.12 #
- Updated the library details.
0.0.11 #
- 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.
0.0.10 #
- Fixed the issue.
- #25 - Callbacks onFinished and onProgress not work.
- Improved the code.
- Updated the library details.
0.0.9 #
- Improved the code.
- Updated the library details.
0.0.8 #
- Updated the config response of vimeo video and video player initialization.
- Updated the library details.
0.0.7 #
0.0.6 #
- Fixed the issue.
- #7 - Auto video rotate not working when device rotate.
- Updated the library details.
0.0.5 #
- Merged the PR.
- #8 - Start time, progress & finish listeners Thanks to piotrszych.
- Updated the library details.
0.0.4 #
- Updated the config response of vimeo video.
- Updated the library details.
0.0.3 #
0.0.2 #
- Updated the library details.
0.0.1 #
- Initial release of
vimeo_video_player
library.