0 purchases
wuchuheng local cache
This is a local cache library.
Features #
Local cache
Getting started #
start using the package.
Usage #
import 'package:local_cache/src/local_cache_base.dart';
void main() async {
LocalCache localCache = LocalCache();
String key = 'keyName';
String value = "valueData";
await localCache.set(key: key, value: value);
// expect(awesome.isAwesome, isTrue);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.