flutter_cache 0.1.0
flutter_cache: ^0.1.0 copied to clipboard
A simple cache package for flutter. This package is a wrapper for shared preference and makes working with shared preference easier.
0.0.1 #
- Initial Release Version 0
0.0.2 #
- Added support for anonymous function
- Update Readme with detailed Explaination
0.0.3 #
- fix readme, showed wrong example.
0.0.4 #
- added example on /example
0.0.5 #
- clear cache trace on cache destroy.
- added test for cache destroy.
0.0.6 #
- await on anonymous function execute.
- added ShouldCache type
0.0.7 #
- Can set optional value if key not exists in
load()
- Import package method instead of Cache class
- Upgrade to dependencies to Flutter 2
- Update Test from flutter_test to test package
0.1.0 #
- Migrated to null safety
- Update Shared Preference and Flutter constraint