geoclue 0.1.1 copy "geoclue: ^0.1.1" to clipboard
geoclue: ^0.1.1 copied to clipboard

PlatformLinux

GeoClue: The Geolocation Service

example/README.md

GeoClue for Dart examples #

Simple Where Am I? examples using GeoClue to get the current location and listen to location updates.

  • simple.dart

    A minimal example that uses the simplified GeoClue convenience API.

  • client.dart

    A more advanced example that uses the GeoClueManager and GeoClueClient classes.