talabaty_maps 1.0.0
talabaty_maps: ^1.0.0 copied to clipboard
OSM maps, geolocation, backend-proxied routing/geocoding, and Socket.io live tracking for Flutter apps. By Bashar (Si1verSurfer).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add talabaty_mapsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
talabaty_maps: ^1.0.0Alternatively, 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:talabaty_maps/talabaty_maps.dart';