No changes yet
Features:
- Added
WifiP2pManager.removeGroup
to be able to disconnect from the current group. Thanks to qwales1 PR#2 - Added a listener for
WIFI_P2P_DISCOVERY_CHANGED_ACTION
for listening to discovery state changes group. Thanks to qwales1 PR#4
Optimizations:
- Created a
ResultActionListener
which implementsWifiP2pManager.ActionListener
to remove duplicate code.
- Applied pub.dev suggestions
- Initial Release