progressive_video_cache 1.0.0 copy "progressive_video_cache: ^1.0.0" to clipboard
progressive_video_cache: ^1.0.0 copied to clipboard

Progressive file-based video caching for Flutter Reels apps. Play from growing local files with instant offline playback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progressive_video_cache

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  progressive_video_cache: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:progressive_video_cache/progressive_video_cache.dart';
3
likes
160
points
133
downloads

Documentation

API reference

Publisher

verified publisherhayatkhan.tech

Weekly Downloads

Progressive file-based video caching for Flutter Reels apps. Play from growing local files with instant offline playback.

Repository (GitHub)
View/report issues

Topics

#video #cache #reels #offline #progressive

License

MIT (license)

Dependencies

crypto, flutter, path_provider

More

Packages that depend on progressive_video_cache