Demonstrates how to directly use the geolocator_web package in a Flutter web application.
To run the example App take the following steps:
- Change into the
geolocator_web/example
directory (assuming the current directory is the root of the repository executecd geolocator_web/example
); - Run
flutter pub get
to download all required dependencies; - Finally run
flutter run -d chrome
to run the example App in the Chrome browser.