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

Get image from the cache if exist or from network. In case of error show your placeholder, this package use Dio and Hive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_image_cache_network

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

dependencies:
  get_image_cache_network: ^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:get_image_cache_network/get_image_cache_network.dart';
7
likes
130
pub points
68%
popularity

Publisher

unverified uploader

Get image from the cache if exist or from network. In case of error show your placeholder, this package use Dio and Hive.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartz, dio, dio_cache_interceptor, dio_cache_interceptor_hive_store, flutter, hive, path_provider

More

Packages that depend on get_image_cache_network