dynamic_cache 1.0.4
dynamic_cache: ^1.0.4 copied to clipboard
A complete in-memory cache in Flutter. Inspired by IMemoryCache from C# and Others tools.
1.0.4 #
- Small changes.
1.0.3 #
- Update examples.
- Change
createname functions toaddfor more consistently.
1.0.2 #
- Fix the implementation again (because of lint warnings about new class modifiers).
1.0.1 #
- Fix: class extension to implementation.
1.0.0 #
Breaking Changes #
- Need declare instance on
DynamicCacheProvider, check the example. - Update: Add Stream for use in
StreamBuilder. - Add extension on snapshot of
StreamBuilderfor get values of cache. - Removed option to create others instances.
- Some changes from Dart 3!
0.0.6 #
- Update: readme.
0.0.5 #
- Removed: get or create method by type.
0.0.4 #
- Fix: sync method to get or create.
0.0.3 #
- Changes on sync method to get or create.
0.0.2 #
- Add sync method to get or create.
0.0.1 #
- Initial release.