Skip to content

Commit

Permalink
Fix default distro location crashing #218
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Apr 28, 2024
1 parent 23d13d5 commit 9e39d82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.1"
cross_file:
dependency: transitive
description:
name: cross_file
sha256: "55d7b444feb71301ef6b8838dbc1ae02e63dd48c8773f3810ff53bb1e2945b32"
url: "https://pub.dev"
source: hosted
version: "0.3.4+1"
crypto:
dependency: transitive
description:
Expand Down Expand Up @@ -149,10 +157,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "1bbf65dd997458a08b531042ec3794112a6c39c07c37ff22113d2e7e4f81d4e4"
sha256: "29c90806ac5f5fb896547720b73b17ee9aed9bba540dc5d91fe29f8c5745b10a"
url: "https://pub.dev"
source: hosted
version: "6.2.1"
version: "8.0.3"
fluent_ui:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
chunked_downloader: ^0.0.2
desktop_window: ^0.4.0
dio: ^5.3.2
file_picker: ^6.0.0
file_picker: ^8.0.3
fluent_ui: ^4.7.2
flutter_acrylic: ^1.1.3
flutter_localization: ^0.1.13
Expand Down

0 comments on commit 9e39d82

Please sign in to comment.