cached_network 0.0.2+1 copy "cached_network: ^0.0.2+1" to clipboard
cached_network: ^0.0.2+1 copied to clipboard

A package use to fetch data from web and write as string into cache directory and provide a widget use to view caches.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cached_network

With Flutter:

 $ flutter pub add cached_network

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

dependencies:
  cached_network: ^0.0.2+1

Alternatively, your editor might support dart pub get or 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_network/cached_network.dart';
0
likes
0
pub points
78%
popularity

Publisher

verified publishercals.xyz

A package use to fetch data from web and write as string into cache directory and provide a widget use to view caches.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, dio, flutter, path, path_provider

More

Packages that depend on cached_network