bond_cache 0.0.4+4
bond_cache: ^0.0.4+4 copied to clipboard
Cache is a Bond package provides a convenient way to handle caching in app.
Changelog #
0.0.4+4 #
- Added export for
src/cache/bond_cache.dartwithCacheDatahidden inbond_cache.dart. - Fix
storemethod to returnBondCachefromslinstead ofCacheDriver.
0.0.4+1 #
- dev_dependencies: Updated the
asyncpackage to^2.13.0to resolve package validation warnings.
0.0.4 #
Changed #
- Bumped
bond_corefrom^0.0.2to^0.0.3. - Bumped
shared_preferencesfrom^2.2.3to^2.5.2. - Bumped
metafrom^1.11.0to^1.15.0. - Updated dev dependencies:
test: ^1.24.6 → ^1.25.15mockito: ^5.4.2 → ^5.4.5
Note: These updates ensure compatibility with the latest
bond_corechanges and other improved packages.
0.0.3+1 #
- Added support for nullable registered types in the cache package.
0.0.3 #
0.0.2+3 #
- update bond_core dependency.
- improve code quality & write tests.
0.0.2+2 #
- update bond_core dependency.
- add readme.md file.
- add example.md file.
0.0.2+1 #
- add missing getAll methods.
0.0.2 #
- no need to pass factory for custom object caching.
- improve code quality & write tests.
0.0.1+2 #
- update bond_core dependency.
0.0.1+1 #
- add missing flutter sdk as dependency.