Ivalenzuela-gd

Results 3 issues of Ivalenzuela-gd

``` NfcManager.instance.startSession(onDiscovered: (NfcTag tag) async { var ndef = Ndef.from(tag); NdefMessage message = NdefMessage([ NdefRecord.createText('Hello World!'), ]); try { await ndef.write(message); showDialog(context: context, builder: (_) => Dialog(child: Text("SUCCESS"))); NfcManager.instance.stopSession(); }...

Does somebody know why this happens? Whenever I connect to a wifi and execute forceWifiUsage, the package connectivity_plus no longer recognizes that I'm in a wifi network

I was having a problem where, whenever I physically disconnected the device connected through the modbus protocol, I'd see an exception on the console but all subsequent petitions I had...