wifi_iot 0.3.2
wifi_iot: ^0.3.2 copied to clipboard
Flutter plugin which can handle WiFi connections and hotspot (AP, STA)
0.3.2 2021-05-07 #
- readme - mentioned #140 and other minor
0.3.1 2021-04-22 #
- revamp - example app, wifi ap functions (android only) [#126]
0.3.0 2021-03-15 #
- dart null saftey [#124]
0.2.2 2021-02-18 #
- minor fix in
connect
andfindAndConnect
on Android [#118] - added
withInternet
argument toconnect
andfindAndConnect
on Android [#99]
0.2.1 2021-02-14 #
- added
showWritePermissionSettings
on Android [#112] - added
registerWifiNetwork
on Android [#113] - implemented
forceWifiUsage
on iOS to trigger LocalNetwork permission [#115]
0.2.0 2020-11-26 #
- Fix the force_wifi method on Android
- Remove some verbose logs (Fixes #69)
- Replaced deprecated methods for wifi features in Android SDK 29
0.1.0 2020-01-03 #
- Refractor example app
- Remove unecessary permissions for
forceWifiUsage