A polyfill for the GeolocationAPI untill the excellent contributors at dart are able to fix this issue
Find a file
2021-01-26 15:09:19 +01:00
lib Latitude and Longitude Working 2021-01-26 15:05:53 +01:00
web Latitude and Longitude Working 2021-01-26 15:05:53 +01:00
.gitignore Latitude and Longitude Working 2021-01-26 15:05:53 +01:00
LICENSE Initial commit 2021-01-26 14:57:45 +01:00
pubspec.lock Latitude and Longitude Working 2021-01-26 15:05:53 +01:00
pubspec.yaml Latitude and Longitude Working 2021-01-26 15:05:53 +01:00
README.md Added Readme 2021-01-26 15:09:19 +01:00

GeolocationPolyFill

Currently using the window.navigator.geolocation, to get latitude and longitude returns an error on the dart2js compiler.

This library solves this issue and enables smooth sailing

Thank Jesus