location_reader 0.0.7
location_reader: ^0.0.7 copied to clipboard
A Flutter package for retrieving and handling location-related data, including current location, reverse geocoding, Firebase integration, location permission management, and nearby location queries.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add location_reader
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
location_reader: ^0.0.7
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:location_reader/location_reader.dart';