Skip to content

Commit d24bafb

Browse files
committed
Removed publish package workflow and updated version
The workflow to publish the package to pub.dev has been removed. The package version has been updated from 10.3.1 to 10.3.2. A fix for filtering files by extension on Linux has been added to the changelog.
1 parent a1a93e4 commit d24bafb

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)