Skip to content

Commit

Permalink
Fix #76: iOS crashing when hosting file
Browse files Browse the repository at this point in the history
Signed-off-by: huynguyennovem <huynguyennovem@gmail.com>
  • Loading branch information
huynguyennovem committed Aug 10, 2023
1 parent 811368a commit 4ffce8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
file_picker: ^5.3.3
http: ^0.13.5
equatable: ^2.0.5
provider: ^6.0.3
Expand Down Expand Up @@ -70,6 +69,10 @@ dependencies:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
file_picker:
git:
url: https://github.com/huynguyennovem/flutter_file_picker.git
ref: getpathdir-crash-1345

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4ffce8d

Please sign in to comment.