WiFiFlutter
WiFiFlutter copied to clipboard
Flutter plugin suite for various WiFi services.
Android 13 calling getSsid method failed to obtain SSID
Setting forceWifiUsage to true will not end when the wifi is disabled, I know I can set a timeout, but the wifi is turned off. Why not just return false?...
We are using this plugin connected successfully. but app permissions dialog does not support Localisation . my phone language is German and also my app language is German. Please suggest...
Android Studio: Giraffe | 2022.3.1 Flutter SDK: 3.10.6 wifi_iot: ^0.3.18+1 network_info_plus: ^4.0.2 Android Phone: Pixel 3a, Android 12 android/app/src/main/AndroidManifes.xml ```xml ``` code snippet: ```Dart const ssid = 'IGD-MY-IOT-SSID'; WiFiForIoTPlugin.connect(ssid, withInternet:...
bool connectionStatus = await WiFiForIoTPlugin.connect('ssid', password:'password', joinOnce: true, security: NetworkSecurity.WPA); This connection function on iOS 15.7.1 always returns false, whether the connection is a success or failure. WiFiForIoTPlugin.disconnect(). After connection,...
We connected to WIFI manually but the internet was not working. Please find a solution. WiFiForIoTPlugin.connect( wSsid, password: wPass, joinOnce: false, withInternet: true, timeoutInSeconds: 30, security: NetworkSecurity.WPA, ).then((value2) => {...
Hello, thank you for your awesome plugin. Currently I am working on a project where I have to share QR code to connect to the access point of the phone....
hi there, I am developing an application, In wifi_iot library, I am facing a problem when using the wifi connection function when running the app in iOS device. final connected...
Android 11 XiaoMi A1 When I press connect button in wifi_iot Example, popup a dialog "wants to use a temporary WIFI net work in your device.....", And When I connect,and...
I'm managing some devices through Android Management as device owner, in kiosk mode, running an app I developed in Flutter. I need to list all nearby wifi connections and I...