cached_repository 0.1.5 copy "cached_repository: ^0.1.5" to clipboard
cached_repository: ^0.1.5 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.5

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
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

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