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:
fiatcode 2026-05-06 07:27:38 +07:00
parent 4e6d7e95e6
commit 2123df11c9
No known key found for this signature in database
4 changed files with 53 additions and 21 deletions

View file

@ -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: