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+
14## [ 3.1.3] - 2021-11-05
25* Disabled resizing of cached gifs as this was broken.
36
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ class CacheManager implements BaseCacheManager {
6767
6868 /// Get the file from the cache and/or online, depending on availability and age.
6969 /// 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.
7373 @override
7474 Future <File > getSingleFile (
7575 String url, {
You can’t perform that action at this time.
0 commit comments