z_cached_video_player_fork 2.1.2 copy "z_cached_video_player_fork: ^2.1.2" to clipboard
z_cached_video_player_fork: ^2.1.2 copied to clipboard

discontinued
outdated

A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)

Cached Video Player #

A flutter plugin that has been forked from the official video_player package except that it supports caching in Android and iOS. Web plugin will work like official video_player i.e. without caching support.

Why fork #

  • The original creator stopped updating/merging PRs so i'm re-publishing it
  • I think exo player 2.12 was taken down today so my builds were failing. I believe android could no longer pull

implementation 'com.google.android.exoplayer:exoplayer-core:2.12.1'

so i updated it to implementation 'com.google.android.exoplayer:exoplayer-core:2.18.1'

  • got rid of deprecations
  • fixed errors
  • followed video_player package for guidance

If a video-player library conflicts, Library names are in alphabetical order, so you can overwrite them by prefixing 'z'. Android GeneratedPluginRegistrant.java iOS GeneratedPluginRegistrant.m

Installation #

First, add cached_video_player as a dependency in your pubspec.yaml file.

Follow the Android and iOS configuration steps of the official video_player package. This plugin won't work in Desktop.

Issues #

  • maxFileSize and maxCacheSize are hardcoded at 100MiB and 1GiB respectively in Android.

Contributors #

0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, meta, plugin_platform_interface, video_player, video_player_android, video_player_avfoundation, video_player_web

More

Packages that depend on z_cached_video_player_fork

Packages that implement z_cached_video_player_fork