I am trying to return the latitude and longitude coordinates.
I'm using "geolocator: ^ 3.0.1" but I'm having the following error, it seems to me to be something like that authorization that needs to be done to turn on the gps.
The error returned is:
I / flutter (19213): decodePermissionRequestResult called with: value: [{3: 4}]
D / permissions_handler (19213): No permissions found in manifest for: $ permission
Can anybody help me?
Or indicate some other package that returns me the information in real time (text mode only without map display):
latitude, longitude calculate the distance between the points (lat and long initial / lat and long end) and speed in km / h--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Link : https://pub.dartlang.org/packages/locate
Github : https://github.com/itzmeanjan/locate