geolocation_flutter 0.0.6 copy "geolocation_flutter: ^0.0.6" to clipboard
geolocation_flutter: ^0.0.6 copied to clipboard

outdated

flutter package for find location address data without api key or limit.

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),);
4
likes
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

flutter package for find location address data without api key or limit.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on geolocation_flutter