dynamic_cache 1.0.4 copy "dynamic_cache: ^1.0.4" to clipboard
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 create name functions to add for 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 StreamBuilder for 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.
3
likes
160
points
70
downloads

Publisher

verified publisherworkstationti.host

Weekly Downloads

A complete in-memory cache in Flutter. Inspired by IMemoryCache from C# and Others tools.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dynamic_cache