Skip to content

Commit

Permalink
Merge pull request #1579 from soxft/master
Browse files Browse the repository at this point in the history
Docs: wrong Multi file picker usage
  • Loading branch information
navaronbracke authored Aug 15, 2024
2 parents 932d478 + b928c78 commit cc26969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ if (result != null) {
#### Multiple files with extension filter
```dart
FilePickerResult? result = await FilePicker.platform.pickFiles(
allowMultiple: true,
type: FileType.custom,
allowedExtensions: ['jpg', 'pdf', 'doc'],
);
Expand Down

0 comments on commit cc26969

Please sign in to comment.