remote_caching 1.0.12 copy "remote_caching: ^1.0.12" to clipboard
remote_caching: ^1.0.12 copied to clipboard

A Flutter package for caching remote API calls with configurable duration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_caching

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

dependencies:
  remote_caching: ^1.0.12

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:remote_caching/remote_caching.dart';
28
likes
160
points
286
downloads
screenshot

Publisher

verified publishereliatolin.it

Weekly Downloads

A Flutter package for caching remote API calls with configurable duration.

Repository (GitHub)
View/report issues

Topics

#network #http #caching #remote

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, path, sqflite, sqflite_common_ffi

More

Packages that depend on remote_caching