Google Map Routes Between Two Points IN FLUTTER
This Flutter app aims to get directions between two points.
The users enters the latitude, longitude value and get direction from their current location.
Please note that permissions are not handled in this project.
Dependencies:
Usage
Note that you will need to obtain a Google Maps API key and enable the Geocoding to use this project.
Once you have your API key, add your key in lib/constants/string_constants.dart.
VIDEO
Comments are closed.