CadisRaziel / plugin_wifi_connect

BSD 3-Clause "New" or "Revised" License
13 stars 29 forks source link

Network configuration lost after quitting app #143

Open Mkohm opened 1 month ago

Mkohm commented 1 month ago

I am connecting to an access point with internet using await PluginWifiConnect.connectToSecureNetwork(wifiName, wifiPassword, saveNetwork: true). In the settings it shows "Available via my app name", and the network is not available anymore after quitting the app. This would probably make sense if I were connecting to some kind of IOT device, but in my case it isn't. I want to connect to a normal router.

This seems like a bug?

CadisRaziel commented 1 month ago

Hi @Mkohm, first of all forgive me for taking so long to reply to you, I'm having a very busy day due to work and personal life and I end up forgetting that the package is on my personal github.

Now about your question, I was also in doubt and did some research, so let's go:

Mkohm commented 1 month ago

I figured out a solution using the wifi_iot plugin :) Small plugins like this is super handy when you don't want to spend a lot of time investigating and figuring out how to do it yourself - I would gladly pay a few bucks (or my company would) to save some development time.

CadisRaziel commented 1 month ago

@Mkohm I'm glad to hear you managed to use another lib, I use wifi_iot where I work for another purpose too.

CadisRaziel commented 1 month ago

@Mkohm If you want something more refined, a code for your company to do this part of the IOT, I can recommend a good friend of mine who worked with me and is currently out of work. His name is Gabriel and he is very good technically and would certainly help you a lot with this part of Kotlin that you need.

I'll leave you his github and his linkedin in case you're interested. github -> https://github.com/gabrcastro Linkedin -> https://www.linkedin.com/in/gabrielsouzacastro/