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
2
2
3
3
* [ 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
4
9
5
10
## [ 3.3.3] - 2024-07-23
6
11
Original file line number Diff line number Diff line change 1
1
name : flutter_cache_manager
2
2
description : 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
4
4
homepage : https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
5
5
topics :
6
6
- 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
+
1
7
## [ 2.0.3] - 2024-07-23
2
8
3
9
* Updates dependencies ([ #457 ] ( https://github.com/Baseflow/flutter_cache_manager/pull/457 ) )
You can’t perform that action at this time.
0 commit comments