nosql_cache_manager 1.0.0 copy "nosql_cache_manager: ^1.0.0" to clipboard
nosql_cache_manager: ^1.0.0 copied to clipboard

A powerful Flutter cache manager with automatic expiration, batch operations, and comprehensive cache management using Sembast NoSQL database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nosql_cache_manager

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

dependencies:
  nosql_cache_manager: ^1.0.0

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:nosql_cache_manager/nosql_cache_manager.dart';
1
likes
150
points
26
downloads

Publisher

verified publisherhorizondevelopers.cloud

Weekly Downloads

A powerful Flutter cache manager with automatic expiration, batch operations, and comprehensive cache management using Sembast NoSQL database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, sembast

More

Packages that depend on nosql_cache_manager