hotspot_connection 1.0.0 copy "hotspot_connection: ^1.0.0" to clipboard
hotspot_connection: ^1.0.0 copied to clipboard

A Flutter plugin for local network peer-to-peer (P2P) discovery and TCP socket communication using native Android NSD and iOS Bonjour.

1.0.0 #

  • Major Refactor: Introduced strongly-typed API architecture using Domain models (Peer, RoomEvent, RoomResult).
  • Native Overhaul: iOS and Android updated to handle precise TXT record Peer UUID generation, significantly improving connection reliability.
  • Breaking Change: createRoom now accepts and returns RoomResult indicating connection success instead of mapping dynamic lists.
  • Breaking Change: Streams now emit precise Events (PeerJoinedEvent, PeerLeftEvent, MessageReceivedEvent) rather than generic Map<String, dynamic>.

0.0.1 #

  • Initial Open Source release.
1
likes
140
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for local network peer-to-peer (P2P) discovery and TCP socket communication using native Android NSD and iOS Bonjour.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on hotspot_connection

Packages that implement hotspot_connection