mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Refactor contacts management and improve path handling
- Updated ContactsProvider to initialize with device public key for filtering out self contacts. - Added methods to check if a contact has a learned routing path and to get path quality indicators. - Enhanced AppProvider to initialize ContactsProvider with device public key. - Modified ConnectionProvider to log path status when sending messages. - Created ContactStorageService for persisting contacts to local storage. - Removed import/export functionality from MapManagementScreen. - Updated UI components in DirectMessageSheet and SarUpdateSheet to use theme colors. - Removed file_picker dependency from pubspec.yaml and generated plugin registrant.
This commit is contained in:
@@ -56,7 +56,6 @@ dependencies:
|
||||
flutter_compass: ^0.8.0
|
||||
|
||||
# File handling
|
||||
file_picker: ^8.1.4
|
||||
share_plus: ^10.1.3
|
||||
path_provider: ^2.1.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user