WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

is it possible to run this plugin in background process with work manager inside callbackdispatcher method?

Open rainamaharjan opened this issue 2 years ago • 1 comments

I implemented this plugin in background process, but it show error like missingpluginexception : missingpluginexception(no implementation found for method getssid on channel wifi_iot) in callbackdispatcher flutter I am currenttly using 0.3.5 version

is there any solution to it?

rainamaharjan avatar Mar 09 '23 03:03 rainamaharjan

Did you find a solution?

I am struggling with reliably disconnecting and disabling force_wifi_usage after a timeout when app is closed/send to background.

kilterskjalg avatar Apr 15 '24 08:04 kilterskjalg