cache_annotations 1.0.10 copy "cache_annotations: ^1.0.10" to clipboard
cache_annotations: ^1.0.10 copied to clipboard

This package is a type conversion generator using source_gen and inspired by Retrofit to help you manage persistent cache.

1.0.10 #

  • Add new method SerializationAdapter get adapter to allow custom serialization of the cache.

1.0.9 #

  • Add new method deleteCollection to delete all elements in a specific path.
  • Fix unit tests

1.0.8 #

  • Fix issue with directory not being used correctly

  • 1.0.7 #

  • Downgrade some dependencies to avoid conflicts

1.0.5 #

  • Bump build_runner to 2.4.15

1.0.4 #

  • Fix deserialization of return type List (only Iterable was supported).
  • Add support to Windows platform.
  • Add new method all to get all elements in a specific path.

1.0.3 #

  • @CachedKey is now deprecated, use @Cahed instead
  • @SortBy is now deprecated, use the path's field on @Cached instead

1.0.2 #

  • Fix issue with @Path when an empty string is passed as a value
  • Fix cached values after calling deleteAll or delete

1.0.1 #

  • Add new parameter 'convert' to @Path or @SortBy to allow more customization of the path or sort by value

1.0.0 #

  • Initial release
2
likes
130
points
149
downloads

Publisher

verified publisherskyhook.fr

Weekly Downloads

This package is a type conversion generator using source_gen and inspired by Retrofit to help you manage persistent cache.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

encrypt, flutter, path, path_provider

More

Packages that depend on cache_annotations