api_cache_manager 1.0.2 copy "api_cache_manager: ^1.0.2" to clipboard
api_cache_manager: ^1.0.2 copied to clipboard

API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_cache_manager

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

dependencies:
  api_cache_manager: ^1.0.2

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:api_cache_manager/api_cache_manager.dart';
142
likes
120
pub points
93%
popularity

Publisher

verified publishersnippetcoder.com

API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path, sqflite

More

Packages that depend on api_cache_manager