Skip to content

Commit c788177

Browse files
committed
update pubspec and changelog
1 parent 2cfdb42 commit c788177

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

flutter_cache_manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

flutter_cache_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_cache_manager
22
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.1.1
3+
version: 3.1.2
44
homepage: https://github.com/Baseflow/flutter_cache_manager
55

66
environment:

0 commit comments

Comments
 (0)