Features:
Optimizations:
- Enhancement Example App. Thanks to JAICHANGPARK PR#10
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
Optimizations:
- Set the minSdk Version to 16 to Support Android 4.1 and newer. Thanks to AbdulhakimZ PR#5
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