location_reader 0.0.7 copy "location_reader: ^0.0.7" to clipboard
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';
2
likes
130
points
292
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for retrieving and handling location-related data, including current location, reverse geocoding, Firebase integration, location permission management, and nearby location queries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, cloud_firestore, dartz, equatable, exception_type, firestore_db_impl, flutter, flutter_bloc, fluttertoast, geo_lat_lon, geocoding, geolocator, get_it_di_global_variable, i_tdd, json_annotation, navigation_without_context, provider

More

Packages that depend on location_reader