- Small changes.
- Update examples.
- Change
create
name functions toadd
for more consistently.
- Fix the implementation again (because of lint warnings about new class modifiers).
- Fix: class extension to implementation.
- Need declare instance on
DynamicCacheProvider
, check the example. - Update: Add Stream for use in
StreamBuilder
. - Add extension on snapshot of
StreamBuilder
for get values of cache. - Removed option to create others instances.
- Some changes from Dart 3!
- Update: readme.
- Removed: get or create method by type.
- Fix: sync method to get or create.
- Changes on sync method to get or create.
- Add sync method to get or create.
- Initial release.