You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flutter_cache_manager/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,8 @@
2
2
* Disabled resizing of cached gifs as this was broken.
3
3
4
4
## [3.1.2] - 2021-06-17
5
-
* removeFile function now completes after the file is removed from disk and not earlier ([#323](https://github.
6
-
com/Baseflow/flutter_cache_manager/pull/323))
7
-
* Image resizing doesn't block ui anymore and doesn't use image package but existing Flutter components ([#319](https://github.
8
-
com/Baseflow/flutter_cache_manager/pull/319))
5
+
* removeFile function now completes after the file is removed from disk and not earlier ([#323](https://github.com/Baseflow/flutter_cache_manager/pull/323))
6
+
* Image resizing doesn't block ui anymore and doesn't use image package but existing Flutter components ([#319](https://github.com/Baseflow/flutter_cache_manager/pull/319))
9
7
10
8
## [3.1.1] - 2021-06-03
11
9
* Move File to separate file. You can add it using the following import:
0 commit comments