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';
8
likes
150
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

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