- Add lazy permission request thanks to yathit
- Add hasPermission() thanks to vagrantrobbie
- Bug correction thanks to jalpedersen
- Add more examples
- Fix crash for Android API pre 27 thanks to matthewtsmith.
- Correct implementation of iOS plugin to match Android behaviour. No need to call getLocation to get permissions for location callbacks.
- Change implementation to api in build.gradle in order to solve incompatibilities between GMS versions thanks to luccascorrea
- Added speed and speed_accuracy (only Android truly discover speed accuracy, so its always 0 for now on iOS)
- Solved a crash
- Make it compatible with Firebase thanks to quangIO
- Resolve runtime error exception thanks to jharrison902
- Update gitignore thanks to bcko
- Permissions denied on Android handled thanks to g123k
- Dart 2 update thanks to efortuna
- iOS code from Swift to Objective-C thanks to fluff
- Fixes for iOS result's format.
- Added permission check for Android 6+ (thanks netdur). Still no callback when permissions granted so aiming SDK 21 is safer.
- Initial Release.