DotSyndicate
DotSyndicate
Same problem here. It always returns "none".
I am using an iOS Simulator running on iOS 14.5. It shows that the Wifi is on. But still, returns none.
@mhadaily I tried the new version of the plugin, 1.0.2. It still is returning none on my iOS simulator.
My simulator is iPhone 12 Pro max, iOS version 14.5. On the real device, it is working. Actually, I don't own the actual device to test it on.
Ok. Let's see.
I don't know if this will be helpful at all. But I am using the following code to get updates regarding the connectivity status. ```dart import 'dart:async'; import '../Enums/connectivity_status.dart'; import...