WiFiFlutter
WiFiFlutter copied to clipboard
Flutter plugin suite for various WiFi services.
I use `await WiFiForIoTPlugin.removeWifiNetwork(ssid);` but there is no any action. I want to use it to forget the network that connected, Am I use the right function as `await WiFiForIoTPlugin.removeWifiNetwork(ssid);`...
Changes discussed at https://github.com/alternadom/WiFiFlutter/pull/201#issuecomment-991723926 I've made each change in a separate commit to make it easier to review.
I have a device running android 7 (API 24) so it should have access to the full suite of access point tools. I can set the ssid, manage password etc....
For my IoT app, I'm trying to connect a WiFi programmatically and then make HTTP request. So, I used findAndConnect method. WiFiForIoTPlugin.findAndConnect(ssid, password: password); Although phone is connected to WiFi...
## APIs - [x] `Future isSupported();` - [x] android - [x] ios - [ ] `Future getGeneration();` - [ ] android - [ ] ios - [ ] `Furure isEnabled();`...
Hi there, I am developing an IoT application, your wifi_iot library it helps me a lot in my work, thanks a lot. But now I am facing a problem when...
## APIs - ?? ## Documentation - [ ] document API references - [ ] proper README
## APIs - [ ] `Future WiFiAccessPoint.start(...)` ## Documentation - [ ] document API references - [ ] proper README
it is simple issue. step 1: delete all saved profile in andriod phone. step 2: connect to ap with wifi_iot plugin step 3: try to bind any IP with RawDatagramSocket.bind....
Hi! I am using this plugin to automatically connect to the network of an ESP32 device. When I connect to the network directly through the plugin the IP/gateway does not...