In Android 7.1.2 i cant able to get latlong why?

Viewed 12

In Android 7.1.2 i cant able to get latlong why?

version: 1.0.0+1

environment:
  sdk: ">=2.16.2 <3.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
  flutter:
    sdk: flutter
  flutter_screenutil:

  google_maps_flutter: ^2.2.0
  geolocator: ^9.0.1
  permission_handler: ^10.0.0
  location: ^4.4.0

i try to get this but is not working...

0 Answers
Related