flutter_cached_video_android 1.0.3
flutter_cached_video_android: ^1.0.3 copied to clipboard
flutter_cached_video_android is the Android implementation of the flutter_cached_video plugin, supporting video caching up to 512 MB. When the cache limit is exceeded, the oldest videos are removed. B [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_cached_video_android
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_cached_video_android: ^1.0.3
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:flutter_cached_video_android/flutter_cached_video_android.dart';