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 @@ -1380,10 +1380,10 @@ packages:
dependency: "direct main"
description:
name: permission_handler
sha256: bc917da36261b00137bbc8896bf1482169cd76f866282368948f032c8c1caae1
sha256: ca045d03615023c08ccdb297aad46a9198193666039ddd36d4d85fd0b1864b98
url: "https://pub.dev"
source: hosted
version: "12.0.1"
version: "12.0.2"
permission_handler_android:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
file_picker: ^12.0.0-beta.4 # 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
permission_handler: ^12.0.2
url_launcher: ^6.3.2 # Open URLS in external apps
flutter_blue_plus: 1.36.8 # 2.0 bad license don't update
flutter_foreground_task: ^9.2.2 # Keep the app running in the background on android
Expand Down
Loading