Skip to content

hassanbasanjide/geolocation_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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),);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages