flutter_map_draw_route
Driving Route Calculator using Flutter Map and OpenStreetMap.
This project provides a simple example of calculating a driving route between two points using Flutter Map and OpenStreetMap.
Dependencies
This project utilizes the following packages:
- flutter_map: ^3.1.0 - A Flutter package for embedding interactive maps directly within a Flutter widget.
- latlong2: ^0.8.1 - A package for representing and manipulating coordinates (latitude and longitude) in Dart.
- http: ^0.13.5 - A package for making HTTP requests in Dart.
- cupertino_icons: ^1.0.2 - Default icons for Cupertino-style apps.
- open_route_service: ^1.2.2 - A Dart package for accessing the OpenRouteService API, which provides routing services.
License
This project is licensed under the MIT License.