Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Releases: mintware-de/flutter_p2p

v0.1.1

20 Dec 15:06
Compare
Choose a tag to compare

Optimizations:

  • Set the minSdk Version to 16 to Support Android 4.1 and newer. Thanks to AbdulhakimZ PR#5

v0.1.0

20 Dec 15:06
Compare
Choose a tag to compare

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 implements WifiP2pManager.ActionListener to remove duplicate code.

v0.0.2

20 Dec 15:06
Compare
Choose a tag to compare

Applied pub.dev suggestions

v0.0.1

20 Dec 15:05
Compare
Choose a tag to compare

Initial Release