chore: upgrade Kotlin to 2.1.0 and Flutter dependencies to latest
- Kotlin 1.9.22 → 2.1.0, KSP 1.9.22-1.0.17 → 2.1.0-1.0.29 - flutter_local_notifications 18.0.1 → 21.0.0 - permission_handler 11.4.0 → 12.0.1 - workmanager 0.6.0 → 0.9.0+3 - desugar_jdk_libs 2.0.4 → 2.1.4 (required by flutter_local_notifications)
This commit is contained in:
parent
4e6d7e95e6
commit
2123df11c9
4 changed files with 53 additions and 21 deletions
|
|
@ -32,11 +32,11 @@ dependencies:
|
|||
sdk: flutter
|
||||
cupertino_icons: ^1.0.8
|
||||
shared_preferences: ^2.2.0
|
||||
workmanager: ^0.6.0
|
||||
workmanager: ^0.9.0+3
|
||||
sqflite: ^2.3.0
|
||||
http: ^1.1.0
|
||||
permission_handler: ^11.0.0
|
||||
flutter_local_notifications: ^18.0.0
|
||||
permission_handler: ^12.0.1
|
||||
flutter_local_notifications: ^21.0.0
|
||||
url_launcher: ^6.2.0
|
||||
|
||||
dev_dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue