A polyfill for the GeolocationAPI untill the excellent contributors at dart are able to fix this issue
| lib | ||
| web | ||
| .gitignore | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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