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

PlatformLinux
outdated

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.