flutter_mesh_network 0.1.1
flutter_mesh_network: ^0.1.1 copied to clipboard
Offline mesh networking plugin. Device-to-device communication via BLE, Wi-Fi Direct, and Wi-Fi Aware / MultipeerConnectivity.
0.1.1 #
- Upgrade flutter_blue_plus to ^2.2.1.
- Shorten package description for pub.dev scoring.
0.1.0 #
- Initial release.
- BLE transport: scanning (flutter_blue_plus) + GATT server & advertising (native).
- Wi-Fi Direct transport: TCP socket server with auto-reconnect.
- Nearby transport: Wi-Fi Aware on Android, MultipeerConnectivity on iOS.
- Intelligent transport selection based on message type, battery level, and strategy.
- Store-and-forward mesh routing with hop counting, TTL, and loop prevention.
- SQLite persistence for messages and nodes.
- Configurable via
MeshConfig(service name, BLE UUIDs, TTLs, scan intervals, etc.). - SOS mode with automatic strategy escalation and revert.
- RTT distance measurement support (Android, Wi-Fi Aware).