flutter_wifi_connect 0.0.4 copy "flutter_wifi_connect: ^0.0.4" to clipboard
flutter_wifi_connect: ^0.0.4 copied to clipboard

outdated

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
25
likes
0
pub points
58%
popularity

Publisher

verified publisherweplenish.com

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+.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_wifi_connect