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

A package to cache the network with place holder and error handling

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_cache_viewer

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

dependencies:
  image_cache_viewer: ^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:image_cache_viewer/image_cache_viewer.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A package to cache the network with place holder and error handling

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_cache_manager, flutter_spinkit, http

More

Packages that depend on image_cache_viewer