diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-15 12:59:08 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-10-15 12:59:08 +0300 |
commit | 08ea143602204189caafc2ab3ed3c2ef1e555990 (patch) | |
tree | f414ce01fe9dd98c13dea4d5787a3eabe50ec8ee /pubspec.yaml | |
parent | 484797d9b9d1a22fe424a0f16df9f6913f874bef (diff) |
Subtle changes before big UI update
Changes to be committed:
modified: lib/main.dart
modified: pubspec.lock
modified: pubspec.yaml
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 5d84044..aa6a82d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: # flutter_speed_dial: ^7.0.0 # flutter_tflite: ^1.0.1 flutter_vision: ^1.1.4 - permission_handler: ^10.4.3 + permission_handler: ^11.0.1 flutter_tts: ^3.8.2 google_mlkit_text_recognition: ^0.10.0 @@ -29,7 +29,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_launcher_icons: ^0.11.0 + flutter_launcher_icons: ^0.13.1 flutter_lints: ^2.0.0 |