chore: integrate Hive for local storage management
- Added `hive_ce` and `hive_ce_flutter` dependencies for enhanced local storage capabilities. - Refactored the main application to initialize Hive and migrate existing data. - Updated storage service implementations to utilize Hive for managing application settings and task queues. - Removed the deprecated `StorageService` class to streamline the codebase and improve maintainability.
This commit is contained in:
@@ -25,6 +25,8 @@ dependencies:
|
||||
|
||||
# Storage
|
||||
flutter_secure_storage: ^9.2.2
|
||||
hive_ce: ^2.14.0
|
||||
hive_ce_flutter: ^2.3.2
|
||||
shared_preferences: ^2.3.2
|
||||
|
||||
# UI Components - Enhanced Markdown
|
||||
|
||||
Reference in New Issue
Block a user