File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.0] - 2021-11-27
2
+ * [ Bugfix] getSingleFile now downloads a new file before completing as the outdated file might have been deleted.
3
+
1
4
## [ 3.1.3] - 2021-11-05
2
5
* Disabled resizing of cached gifs as this was broken.
3
6
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ class CacheManager implements BaseCacheManager {
67
67
68
68
/// Get the file from the cache and/or online, depending on availability and age.
69
69
/// Downloaded form [url] , [headers] can be used for example for authentication.
70
- /// When a file is cached it is return directly, when it is too old the file is
71
- /// downloaded in the background. When a cached file is not available the
72
- /// newly downloaded file is returned.
70
+ /// When a file is cached and up to date it is return directly, when the cached
71
+ /// file is too old the file is downloaded and returned after download.
72
+ /// When a cached file is not available the newly downloaded file is returned.
73
73
@override
74
74
Future <File > getSingleFile (
75
75
String url, {
You can’t perform that action at this time.
0 commit comments