geo_match_flutter 1.0.1
geo_match_flutter: ^1.0.1 copied to clipboard
A production-ready realtime location matching engine for Flutter. Finds and assigns the nearest available user — ideal for ride-hailing, delivery, or emergency apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geo_match_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geo_match_flutter: ^1.0.1Alternatively, 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:geo_match_flutter/geo_match_flutter.dart';