cached_resource 1.0.9 copy "cached_resource: ^1.0.9" to clipboard
cached_resource: ^1.0.9 copied to clipboard

Cached resource implementation based on `NetworkBoundResource` to follow the single source of truth principle.

1.0.9 #

  • Allow rxdart >=0.27.0 <0.29.0

1.0.8 #

  • Add [Resource.combineWith] method
  • Fix StateError('You cannot add items while items are being added from addStream') on invalidate request while resource is already invalidating

1.0.7 #

  • Add [CacheDuration.of] resolver

1.0.6 #

  • Improve cache invalidation

1.0.5 #

  • Override == and hashCode for [OffsetPageableData]

1.0.4 #

  • Add [OffsetPageableResource]

1.0.3 #

  • Upgrade resource_storage version to 1.0.2

1.0.2 #

  • Set lover Dart sdk requirements

1.0.1 #

  • Improved performance of loading from cache.
  • Simplified interface.

1.0.0 #

  • Add initial implementation of cached_resource package
3
likes
150
pub points
49%
popularity

Publisher

unverified uploader

Cached resource implementation based on `NetworkBoundResource` to follow the single source of truth principle.

Repository (GitHub)
View/report issues

Topics

#storage #cache

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, resource_storage, rxdart, synchronized

More

Packages that depend on cached_resource