kyleb-app
kyleb-app
having same issue Works on iOS iPhone simulator, does not work on physical Android Pixel 6 phone. ```dart final player = AudioPlayer(); await player.setAsset('assets/correct.mp3'); await player.play(); I/ExoPlayerImpl(19219): Init 83b2c2e [ExoPlayerLib/2.17.1]...
If I manually connect to the WiFi network, then run my app, it works normally. I tried running the app with the WiFi network saved, but disconnected, did not work.
``` Launching lib/main.dart on Pixel 6 in debug mode... Running Gradle task 'assembleDebug'... ✓ Built build/app/outputs/flutter-apk/app-debug.apk. Debug service listening on ws://127.0.0.1:59935/MnTO7ilAoHQ=/ws Syncing files to device Pixel 6... ======== Exception caught...
Ok, so when I forget all wifi networks that are saved, the app with wifi_iot does connect me to the requested network successfully. Do you know of a better fix...
I found the disconnect function in wifi_iot but it is not working for me. Error: E/WifiIotPlugin(21026): Can't disconnect from WiFi, networkCallback and networkSuggestions is null. Code: var disc = await...
Ok, I understand. Is there any way to get this working on Android 12? Only work around I have found is to manually disconnect from my current wifi network before...
I do not see any settings that match this criteria in the phone. There are not many settings under WiFi, there is "Adaptive connectivity" I have tried disabling this with...
There are also no errors in the console when trying to connect to the WiFi network on the android 12 device
Sorry for 3rd reply, wanted to show you how this is operating on android 12/pixel 6: http://kylebessemer.com/wifi.mp4 You can see that the WiFi connection shows as successful everytime I try...
> Having the same issue Are you using a Pixel 6 phone? Or is it a different phone model also running Android 12?