We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555fe6 commit aae3dd1Copy full SHA for aae3dd1
flutter_cache_manager/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## [3.1.1] - TBD
+## [3.1.1] - 2021-06-03
2
* Move File to separate file. You can add it using the following import:
3
```dart
4
import 'package:flutter_cache_manager/file.dart' as cache_file;
flutter_cache_manager/lib/file.dart
@@ -1 +1 @@
-export 'package:file/file.dart' show File;
+export 'package:file/file.dart' show File;
0 commit comments