Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ packages:
dependency: "direct main"
description:
name: file_picker
sha256: "0204695694b687b167fd497da5252e9f4aaa162e8d274d6fa1e757380f2a5f46"
sha256: fc83774ce5bd7ce08168333b5e53dbe9090ec04eb21e7aa7cd7bac921032c934
url: "https://pub.dev"
source: hosted
version: "12.0.0-beta.4"
version: "12.0.0-beta.5"
firebase_core:
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 @@ -33,7 +33,7 @@ dependencies:
# Platform Interfaces
device_info_plus: ^13.1.0
wakelock_plus: ^1.6.1 # Keeps the screen awake
file_picker: ^12.0.0-beta.4 # used to manually select firmware file
file_picker: ^12.0.0-beta.5 # used to manually select firmware file
path_provider: ^2.1.5 # used to get paths for app storage and cache storage
package_info_plus: ^10.1.0
permission_handler: ^12.0.1
Expand Down
Loading