cached_repository 0.1.4 copy "cached_repository: ^0.1.4" to clipboard
cached_repository: ^0.1.4 copied to clipboard

Simple, easy to use and extensible cached repository which can store all you need.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_repository

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

dependencies:
  cached_repository: ^0.1.4

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:cached_repository/cached_repository.dart';
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Simple, easy to use and extensible cached repository which can store all you need.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_storage, hive_flutter, logger, rxdart, synchronized, worker_manager

More

Packages that depend on cached_repository