flutter_cache 0.0.6
flutter_cache: ^0.0.6 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 Test. #
- Initial Release Version 0
0.0.2 Test. #
- Added support for anonymous function
- Update Readme with detailed Explaination
0.0.3 Fixes. #
- fix readme, showed wrong example.
0.0.4 Added. #
- added example on /example
0.0.5 Fixes. #
- clear cache trace on cache destroy.
- added test for cache destroy.
0.0.6 Fixes and Small Addition. #
- await on anonymous function execute.
- added ShouldCache type