WiFiFlutter
WiFiFlutter copied to clipboard
Flutter plugin suite for various WiFi services.
Hello. In xiaomi redmi note 9 when i call the metod registerWifiNetwork(), the pop with the two actions(cancel and save) appear black and the only things you can see is...
Related to #187
Hi WiFiFlutter Team, We found multiple crashes on firebase. Please check the Stack Trace as following: ``` Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'java.util.List android.net.wifi.WifiManager.getScanResults()' on a null...
hello, After the new update of android Wifi connect is not working properly wifi connection is successful but the popup menu restarts again W/ConnectivityManager.CallbackHandler( 1779): callback not found for CALLBACK_PRECHECK...
## APIs - [x] `Future hasCapability()` - [x] `Future canStartScan({bool askPermissions = true})` - [x] `Future startScan()` - [x] `Future canGetScannedResults({bool askPermissions = true})` - [x] `Future getScannedResults` - [x]...
There is no public api to scan wifi. After iOS9, ios provide NEHotspotHelper to handle it. Should it work?
Hello, after use of forceWifiUsage(true) to use a network without internet and configure the device how to restore the before wifi/4g network? I've tried forceWifiUsage(false) and forceWifiUsage(null) but the app...
## APIs - [ ] `Future hasCapability()` - [ ] `Future onboard(Uri dppUri, {List bands = const []})` - [ ] `??` - some API to enabled enrolling itself to...
## APIs - [ ] `Future hasCapability()` - [ ] `Future isAvailable()` - [ ] `Stream get onAvailabilityChanged` - [ ] `Future requestRanging(List devices)` ### Platform Feature Coverage - [...
Hi there, I am developing the app strictly for Android 11 and want to connect to wifi through the app. It says and shows that it is connected to the...