Mindinventory / vimeo_video_player

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://www.mindinventory.com/flutter-app-development.php
MIT License
34 stars 37 forks source link

Dio Package not required to fetch the vimeo video progressive url #3

Closed rgtstha closed 2 years ago

rgtstha commented 2 years ago

If you have Vimeo video URL or video id, you don't need to hit the Vimeo API to get a progressive URL. You can replace the video_id in the below URL to get the progressive URL.

https://player.vimeo.com/video/{video_id}

rgtstha commented 2 years ago

Sorry! my bad.