flutter_p2p 0.1.1 flutter_p2p: ^0.1.1 copied to clipboard
A WiFi Direct Plugin for Flutter. This Plugin uses the native WiFi P2P API of Android.
Next version #
No changes yet
0.1.1 #
Optimizations:
- Set the minSdk Version to 16 to Support Android 4.1 and newer. Thanks to AbdulhakimZ PR#5
0.1.0 #
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.
0.0.2 #
- Applied pub.dev suggestions
0.0.1 #
- Initial Release