WiFiFlutter
WiFiFlutter copied to clipboard
Flutter plugin suite for various WiFi services.
## Specs - Should be able to **connect** on basis of following specification - Security types - Open - Enhanced Open - ~~WEP~~ (UNSAFE) - ~~WPS~~ (UNSAFE) - WPA/WPA2 Passphrase...
## APIs - ?? ### Platform Feature Coverage - [ ] Android - constants ?? - methods ?? - [ ] iOS - [ ] Entitlements - [ ] `com.apple.developer.networking.HotspotConfiguration`...
> 🚧 Work In Progress 🚧 Related to #189 ## Options for testing/playing around - Run example app - Integrate with your project with following: ```yaml wifi_connect_to: git: url: https://github.com/daadu/WiFiFlutter...
> 🚧 Work In Progress 🚧 Related to #192 ## Options for testing/playing around - Run example app - Integrate with your project with following: ```yaml wifi_rtt: git: url: https://github.com/daadu/WiFiFlutter...
> 🚧 Work In Progress 🚧 Related to #252 ## Options for testing/playing around - Run example app - Integrate with your project with following: ```yaml wifi_easy_connect: git: url: https://github.com/daadu/WiFiFlutter...
How can I connect to the WiFi Network previously connected before I ran WiFiIoTPlugin.connect() ?
ConnectivityManager(16225): NetworkCallback was already unregistered. How to resolve this issue ?
If the BSSID param is passed, then Android does not ask for user approval - if once approved. > **CREDIT**: **@fernando-s97** came up with this idea at #206, but cause...
`enableWifi() async { WiFiForIoTPlugin.forceWifiUsage(true); await WiFiForIoTPlugin.connect('praneet',password: 'arshu581',security: NetworkSecurity.WPA ).then((value) { }).catchError((error){ print('ERROR: $error'); }); }`