flutter_mesh_network 0.1.1 copy "flutter_mesh_network: ^0.1.1" to clipboard
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).
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline mesh networking plugin. Device-to-device communication via BLE, Wi-Fi Direct, and Wi-Fi Aware / MultipeerConnectivity.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_blue_plus, path, sqflite, uuid

More

Packages that depend on flutter_mesh_network

Packages that implement flutter_mesh_network