I'm new to flutter.I am using Geolocator 6.1.13 plugin to get the current location of the device.not it not work.enter image description here
import 'package:geolocator/geolocator.dart'; class GeoLocatorService{ Future<Position> getLocation() async { var geolocator = Geolocator(); return await geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.high, locationPermissionLevel: GeolocationPermission.location); } }
1.4m articles
1.4m replys
5 comments
57.0k users