mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-07-20 18:41:20 +00:00
Move BLE communication layer (command queue, frame parser/builder, protocol constants, data models) into a standalone reusable Dart package at ../meshcore_client. App model files become thin re-export wrappers, keeping all existing consumers working without import changes.
2 lines
79 B
Dart
2 lines
79 B
Dart
export 'package:meshcore_client/meshcore_client.dart' show SentMessageTracker;
|