flutter_cache 0.0.5
flutter_cache: ^0.0.5 copied to clipboard
A simple cache package for flutter. This package is a wrapper for shared preference and makes working with shared preference easier. Once it has been installed, you can do these things.
0.0.1 Test Phase. #
- Initial Release Version 0
0.0.2 Test Phase. #
- Added support for anonymous function
- Update Readme with detailed Explaination
0.0.3 Test Phase. #
- fix readme, showed wrong example.
0.0.4 Test Phase. #
- added example on /example
0.0.5 Fixes. #
- clear cache trace on cache destroy.
- added test for cache destroy.