Skip to content

Commit 0c245b0

Browse files
committed
update version and changelog
1 parent dda1d96 commit 0c245b0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.0.2
2+
### iOS
3+
Fixes the bug [#1412](https://github.com/miguelpruivo/flutter_file_picker/issues/1412) that picking a folder in iOS causes the original folder to be deleted.
4+
15
## 8.0.1
26
### iOS
37
Fixes an issue preventing compilation on iOS when using Pod::PICKER_DOCUMENT = false.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A package that allows you to use a native file explorer to pick sin
33
homepage: https://github.com/miguelpruivo/plugins_flutter_file_picker
44
repository: https://github.com/miguelpruivo/flutter_file_picker
55
issue_tracker: https://github.com/miguelpruivo/flutter_file_picker/issues
6-
version: 8.0.1
6+
version: 8.0.2
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)