This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Releases: mintware-de/flutter_p2p
Releases · mintware-de/flutter_p2p
v0.1.1
v0.1.0
Features:
- Added
WifiP2pManager.removeGroupto be able to disconnect from the current group. Thanks to qwales1 PR#2 - Added a listener for
WIFI_P2P_DISCOVERY_CHANGED_ACTIONfor listening to discovery state changes group. Thanks to qwales1 PR#4
Optimizations:
- Created a
ResultActionListenerwhich implementsWifiP2pManager.ActionListenerto remove duplicate code.