A Flutter package for caching object into memory or disk.
- Provide 3 ways to cache object, memory cache, disk cache(sqlite database), mixed with disk and memory.
- Support to cache object of any type by ObjectCodec.
- Provide default codecs for base type, such as int, double, boolean, string, List, Map, ByteData.
- Support genericity to write object into database or read from database.
- Provide default rules(fifo, lifo) to control write operation,
To use this package, add flutter_object_cache
as a dependency in your pubspec.yaml file. For example:
dependencies:
flutter_object_cache: 0.0.1
Please file any issues, bugs or feature request as an issue on our Github page.
If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.
This Flutter object cache package for Flutter is developed by modool. You can contact us at [email protected]