flutter_cache_manager_hive 0.0.9
flutter_cache_manager_hive: ^0.0.9 copied to clipboard
flutter_cache_manager implementation for hive.
0.0.9 #
- Add example and benchmark apps
0.0.8 #
- Drop
HiveCacheStore - Flatten directory structure
- Expect
Future<Box>as parameter instead of BoxOpener
0.0.7 #
- Remove
HiveCacheInfoRepository- it was redundant.
0.0.6 #
- Try different approach with serialization (related hive issues 192 & 240)
0.0.5 #
- BoxOpener
0.0.4 #
- remove hive_flutter depedency
0.0.3 #
- expose
cleanupRunMinInterval
0.0.2 - 2020-06-18 #
- expose
CacheObjectAdapter - fix null eTag error
- induce box compaction
0.0.1 - 2020-06-18 #
- Initial implementation