Demonstrates how to use the geolocator_linux plugin.
To run the example App take the following steps:
- Change into the
geolocator_linux/exampledirectory (assuming the current directory is the root of the repository executecd geolocator_linux/example); - Run
flutter pub getto download all required dependencies; - Finally run
flutter runto run the example App.