File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
flutter_cache_manager_firebase Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- ## [ 3.3.4 ] - 2023-12-05
1+ ## [ 3.4.0 ] - 2024-08-01
22
33* [ Bugfix] For a previously cached file that got removed on the server, now evicts that file on 404 and notifies listeners.
4+ * Allow to override ifNoneMatchHeader
5+ * Get cache total size
6+ * Export File System
7+ * Expose memoryCacheContainsKey method from cache_store
8+ * Updates dependencies
49
510## [ 3.3.3] - 2024-07-23
611
Original file line number Diff line number Diff line change 11name : flutter_cache_manager
22description : Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
3- version : 3.3.3
3+ version : 3.4.0
44homepage : https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
55topics :
66 - cache
Original file line number Diff line number Diff line change 1+ ## [ 2.1.0] - 2024-08-01
2+
3+ * Support setting a bucket
4+ * Add retry options
5+ * Updates dependencies
6+
17## [ 2.0.3] - 2024-07-23
28
39* Updates dependencies ([ #457 ] ( https://github.com/Baseflow/flutter_cache_manager/pull/457 ) )
You can’t perform that action at this time.
0 commit comments