refactor: migrate to riverpod 3

This commit is contained in:
cogwheel0
2025-09-21 22:31:44 +05:30
parent 37e5633c5c
commit 462bf4cde2
20 changed files with 834 additions and 453 deletions

View File

@@ -13,7 +13,7 @@ dependencies:
sdk: flutter
# State Management
flutter_riverpod: ^2.6.1
flutter_riverpod: ^3.0.0
# Network & API
dio: ^5.9.0
@@ -39,16 +39,16 @@ dependencies:
# Platform Features
record: ^6.1.1
stts: ^1.2.5
flutter_tts: ^3.8.5
flutter_tts: ^4.2.3
image_picker: ^1.2.0
file_picker: ^10.3.2
file_picker: ^10.3.3
path_provider: ^2.1.4
# Utilities
path: ^1.9.0
uuid: ^4.5.0
crypto: ^3.0.3
package_info_plus: ^8.3.1
package_info_plus: ^9.0.0
url_launcher: ^6.3.0
intl: ^0.20.2
@@ -56,8 +56,8 @@ dependencies:
cupertino_icons: ^1.0.8
json_annotation: ^4.9.0
freezed_annotation: ^3.0.0
wakelock_plus: ^1.2.10
share_plus: ^11.1.0
wakelock_plus: ^1.4.0
share_plus: ^12.0.0
share_handler: ^0.0.19
# Clipboard functionality is available through flutter/services (part of Flutter SDK)