| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
simple key-value cache with Devtools Extension support
dart pub add content_cache
flutter run -d chrome --dart-define=use_simulated_environment=true
also this package allows you to see the cache data real-time
import 'package:content_cache/content_cache.dart';
void main() {
final ContentCache contentCache = ContentCacheImpl.instance;
contentCache.save('counterKey', 'test1');
}| Back | FazBrowse Home | New Git URL |