chore: update dependencies and enhance connectivity service

- Added `connectivity_plus` dependency to manage network connectivity status.
- Updated `pubspec.yaml` to include the new dependency version.
- Enhanced `ConnectivityService` to utilize `connectivity_plus` for improved connectivity monitoring and handling.
- Refactored connectivity checks and state management for better performance and reliability.
This commit is contained in:
cogwheel0
2025-10-09 00:45:00 +05:30
parent fabb1df63a
commit 052a68e3b6
5 changed files with 210 additions and 53 deletions

View File

@@ -68,6 +68,7 @@ dependencies:
share_handler: ^0.0.19
riverpod_annotation: ^3.0.0
flutter_local_notifications: ^19.4.2
connectivity_plus: ^7.0.0
# Clipboard functionality is available through flutter/services (part of Flutter SDK)