geolocation_flutter 0.0.1 geolocation_flutter: ^0.0.1 copied to clipboard
flutter package for find location address data without api key or limit.
A Package to find address data by lat and lng with translated data looking by language parameter without limit and api key for google map
import "package:flutter_geolocation/flutter_geolocation.dart"
final GeoLocationData data =await getGeoLocationData( latLng:GeoLocationLatLng(lat:50.12136477537388,lng:8.636582699999995), language:'en' );