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

Latest commit

 

History

History
38 lines (27 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 1.66 KB

1.0.0

Features:

Optimizations:

Fixes:

  • Added @Keep annotation to fix "Failed to handle method call" PR#12
  • Gradle task assembleDebug issue resolved & set min API level to 16. Thanks to KamleshPandey98 PR#19

Misc:

  • .idea directory removed from the git history
  • pubspec.lock removed since this a library package
  • Minimum Dart Version updated to 2.3
  • Flutter updated
  • pubspec.yaml flutter.plugin.platforms updated

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

0.0.2

  • Applied pub.dev suggestions

0.0.1

  • Initial Release