cached_media 0.9.9+1
cached_media: ^0.9.9+1 copied to clipboard
Easily cache your media & save bandwidth. You will be able to quickly and easily handle your media into a powerfull widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cached_mediaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cached_media: ^0.9.9+1Alternatively, 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:cached_media/cached_media.dart';