hotspot_connection 1.0.0
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:
createRoomnow accepts and returnsRoomResultindicating connection success instead of mapping dynamic lists. - Breaking Change: Streams now emit precise Events (
PeerJoinedEvent,PeerLeftEvent,MessageReceivedEvent) rather than genericMap<String, dynamic>.
0.0.1 #
- Initial Open Source release.