OutdatedGuy / cached_video_player_plus

Original video_player plugin with the superpower of caching embedded in Android and iOS.
https://pub.dev/packages/cached_video_player_plus
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Suggested Functions #46

Open zhuochenming opened 2 weeks ago

zhuochenming commented 2 weeks ago

By doing this perhaps a better user experience can be provided, thanks!

OutdatedGuy commented 1 day ago

Hello @zhuochenming, the features you are mentioning are already present.

  1. You can use the skipCache flag to control when caching feature is enabled.
  2. If you know the url of the video you want to delete, use the static function removeFileFromCache.

Let me know if this helps.