flutter_wifi_connect 0.0.3 flutter_wifi_connect: ^0.0.3 copied to clipboard
A low dependency flutter plugin to allow simple connection to wifi devices with the provided ssid or ssid prefix. Built for Android 10+ (API 29) and iOS 13+.
flutter_wifi_connect #
A low dependency flutter plugin to allow simple connection to wifi devices with the provided ssid or ssid prefix. Built for Android 10+ (API 29) and iOS 11+.
This plugin is made with the latest / greatest direct connect to wifi options. It's intent is to make it easy to programmatically connect to devices that broadcast unique SSIDs. Items like IOT devices.
This should connect to an explicit SSID on iOS 11+ and Android 1+. To connect to an SSID matching a prefix it should work on iOS 13+ and Android 29+.
In process is prefix SSID connect for Android 1->28 using nearby wifi scanning https://developer.android.com/guide/topics/connectivity/wifi-scan
Getting Started #
The following permissions are necessary for versions of android before 29.
- ACCESS_WIFI_STATE
- CHANGE_WIFI_STATE