qb_cache_manger 0.0.1 copy "qb_cache_manger: ^0.0.1" to clipboard
qb_cache_manger: ^0.0.1 copied to clipboard

A Flutter package designed to manage cache data efficiently, providing easy-to-use methods for saving, retrieving, and removing cached information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qb_cache_manger

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

dependencies:
  qb_cache_manger: ^0.0.1

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:qb_cache_manger/qb_cache_manger.dart';
0
likes
125
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package designed to manage cache data efficiently, providing easy-to-use methods for saving, retrieving, and removing cached information.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on qb_cache_manger

Packages that implement qb_cache_manger