Lorenzo Campanella
Results
2
comments of
Lorenzo Campanella
connecting to a VPN has resolved it for me. probably my wifi network has some weird proxy configured or something
below (dirty) code works for me. (_lastLocationData might be set by an onLocationChanged listener active from elsewhere) ``` static Future getCurrentLocation() async { if (!await _checkOrRequestLocationPermissions()) { throw Exception("Location permissions...