File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.1.2] - 2021-06-17
2+ * removeFile function now completes after the file is removed from disk and not earlier ([ #323 ] (https://github .
3+ com/Baseflow/flutter_cache_manager/pull/323))
4+ * Image resizing doesn't block ui anymore and doesn't use image package but existing Flutter components ([ #319 ] (https://github .
5+ com/Baseflow/flutter_cache_manager/pull/319))
6+
17## [ 3.1.1] - 2021-06-03
28* Move File to separate file. You can add it using the following import:
39``` dart
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.1.1
3+ version : 3.1.2
44homepage : https://github.com/Baseflow/flutter_cache_manager
55
66environment :
You can’t perform that action at this time.
0 commit comments