a Package for find geo location data without limit of usage and map api key

Getting started

import "package:geolocation_flutter/geolocaton_flutter.dart"

then use getGeoLocationData function and pass parameter by lat and lng or target language code

Usage

import 'package:geolocation_flutter/geolocation_flutter.dart';
final GeoLocationData data =
      await getGeoLocationData(latLng: GeoLocationLatLng(50.12136477537388, 8.636582699999995),);