Last updated:
0 purchases
geolocation flutter
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),);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.