plug_location_map 1.0.0 copy "plug_location_map: ^1.0.0" to clipboard
plug_location_map: ^1.0.0 copied to clipboard

Plug-and-play Google Maps location package for Flutter. Body-only — host app provides its own AppBar. Handles permissions, GPS, Zomato map picker, Instacart address form, Firebase persistence, offline [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plug_location_map

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  plug_location_map: ^1.0.0

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:plug_location_map/plug_location_map.dart';
0
likes
150
points
109
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Plug-and-play Google Maps location package for Flutter. Body-only — host app provides its own AppBar. Handles permissions, GPS, Zomato map picker, Instacart address form, Firebase persistence, offline sync, and live tracking. Powered by Riverpod · permission_handler_package · riverpod_offline_sync.

Homepage

License

MIT (license)

Dependencies

cloud_firestore, connectivity_plus, equatable, firebase_core, flutter, flutter_animate, flutter_riverpod, flutter_screenutil, geocoding, geolocator, go_router, google_fonts, google_maps_flutter, hive_flutter, http, permission_handler_package, riverpod_offline_sync, shared_preferences, uuid

More

Packages that depend on plug_location_map