Skip to content

Commit bc6c782

Browse files
Merge pull request #1872 from miguelpruivo/feature/new-release
Removed publish package workflow and updated version
2 parents 5412214 + d24bafb commit bc6c782

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

.github/workflows/pub.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.3.2
2+
### Linux
3+
- Fixed an issue filtering files by extension on Linux. [#1870](https://github.com/miguelpruivo/flutter_file_picker/pull/1870) [@Decodetalkers](https://github.com/Decodetalkers)
4+
15
## 10.3.1
26
### General
37
- Fixed onFileLoading handler to process status changes only when data is a bool.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 10.3.1
6+
version: 10.3.2
77

88
dependencies:
99
flutter:

0 commit comments

Comments
 (0)