Skip to content

Commit 0c3d603

Browse files
Fix #76: iOS crashing when hosting file
Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
1 parent 8a3caf5 commit 0c3d603

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies:
3636
# The following adds the Cupertino Icons font to your application.
3737
# Use with the CupertinoIcons class for iOS style icons.
3838
cupertino_icons: ^1.0.2
39-
file_picker: ^5.3.3
4039
http: ^0.13.5
4140
equatable: ^2.0.5
4241
provider: ^6.0.3
@@ -70,6 +69,10 @@ dependencies:
7069
git:
7170
url: https://github.com/google/flutter-desktop-embedding.git
7271
path: plugins/window_size
72+
file_picker:
73+
git:
74+
url: https://github.com/huynguyennovem/flutter_file_picker.git
75+
ref: getpathdir-crash-1345
7376

7477
dev_dependencies:
7578
flutter_test:

0 commit comments

Comments
 (0)