Closed giorgio79 closed 1 year ago
Hi Martin,
Replaced FlutterLocation package with Geolocator.
The code removed was pretty much a copy paste of Location's sample permission requesting at https://github.com/Lyokone/flutterlocation and the replacement is also pretty much a copy paste of Geolocator's sample at https://github.com/Baseflow/flutter-geolocator no need to reinvent the wheel.
The package works for me with the changes
@giorgio79 Thanks a lot for your contribution. I finally got some time to look into it and update the library. Version 3.0.1 is available with your changes.
3.0.1
Nice thx ☺️
Hi Martin,
Replaced FlutterLocation package with Geolocator.
The code removed was pretty much a copy paste of Location's sample permission requesting at https://github.com/Lyokone/flutterlocation and the replacement is also pretty much a copy paste of Geolocator's sample at https://github.com/Baseflow/flutter-geolocator no need to reinvent the wheel.
The package works for me with the changes