flet-geolocator#
Adds geolocation capabilities to your Flet apps.
Features include: - Get the last known location; - Get the current location of the device; - Get continuous location updates; - Check if location services are enabled on the device.
It is based on the geolocator Flutter package.
Platform Support#
This package supports the following platforms:
| Platform | Supported |
|---|---|
| Windows | ✅ |
| macOS | ✅ |
| Linux | ✅ |
| iOS | ✅ |
| Android | ✅ |
| Web | ✅ |
Usage#
Installation#
To install the flet-geolocator package and add it to your project dependencies:
Examples#
See these.