qb_cache_manger 0.0.1
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 #
- 仅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"), });