Skip to content

A flutter package for caching object into memory or disk

License

Notifications You must be signed in to change notification settings

Modool/flutter_object_cache

Repository files navigation

Flutter Object Cache Package

A Flutter package for caching object into memory or disk.

Flutter Test pub package Build Status style: effective dart

Features

  • 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,

Usage

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

Issues

Please file any issues, bugs or feature request as an issue on our Github page.

Want to contribute

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.

Author

This Flutter object cache package for Flutter is developed by modool. You can contact us at [email protected]

About

A flutter package for caching object into memory or disk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages