cached_resource 1.0.9 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