dynamic_cache 1.0.2 copy "dynamic_cache: ^1.0.2" to clipboard
dynamic_cache: ^1.0.2 copied to clipboard

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

1.0.2

  • Turn fix a class implementation.

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.
2
likes
0
pub points
11%
popularity

Publisher

verified publisherrdrgbaioco.dev

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dynamic_cache