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.

qb_cache_manger #

  1. 仅IOS缓存Flutter插件.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

API使用 #

1:QbCacheManger.saveCacheData("test", "11111"); 2:QbCacheManger.removeCacheData("test"); 3:QbCacheManger.getCacheData("test").then((value) => { print("value---$value"), });

0
likes
125
points
20
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