WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

Flutter plugin suite for various WiFi services.

Results 135 WiFiFlutter issues
Sort by recently updated
recently updated
newest added

Hey there, I have an iot device whis is used as access point, Im connection to the iot device with the code bellow and I need to make multiple requests...

I instantiated a new flutter project with; `flutter create --platforms=android wifi_test1` It ran successfully on my Android phone. Then I installed the package with; `flutter pub add wifi_scan ` ......

Hello, I think that there is a problem at this line of the removeWifiNetwork Android implementation. https://github.com/flutternetwork/WiFiFlutter/blob/8457ae740208e258108a1206186e8648cb1286c0/packages/wifi_iot/android/src/main/java/com/alternadom/wifiiot/WifiIotPlugin.java#L1230 https://github.com/flutternetwork/WiFiFlutter/blob/8457ae740208e258108a1206186e8648cb1286c0/packages/wifi_iot/android/src/main/java/com/alternadom/wifiiot/WifiIotPlugin.java#L1216 It seems that there are 2 checks: - `Build.VERSION.SDK_INT < Build.VERSION_CODES.Q` -...

Failed to send a 9 message to nehelper: { count = 1, transaction: 0, voucher = 0x0, contents = "XPCErrorDescription" => { length = 18, contents = "Connection invalid" }...

I have a Raspberry Pi device with hotspot setup and no internet connection, and I have a webserver setup in the Raspberry Pi device and to communicate(send/receive) data from that...

I have this code: ``` var x = await WiFiForIoTPlugin.disconnect(); print(x); caberQUConnected.value = await WiFiForIoTPlugin.connect( 'BLE caberQU update', password: firmwareUpdateProvider.deviceUid, security: NetworkSecurity.WPA, timeoutInSeconds: 120, ); x = await WiFiForIoTPlugin.forceWifiUsage(true); print(x);...

`await WiFiForIoTPlugin.disconnect();` * When using above command to disconnect the connected wifi , it doesn't disconnect from the wifi. * Instead it throws the following error: `Can't disconnect from WiFi,...

Hello , I am trying to connect a specific SSID when I open my app. But it stuck at temporary connection. So I cannot transfer data over it. When I...

running example application.. get this error on startup on a moto g6 plus (android_amd6)