𝗠𝗮𝗽𝗥𝗼𝘂𝘁𝗲 is Flutter application that utilized Google Places API and Integrated Google Maps to draw the route map between from and to addresses, and also it calculates the distance and time to travel between them, used Get-X for state management.
maproute.mp4
-
Clone the repository:
git clone https://github.com/Murali-Learner/MapRoute cd MapRoute -
Install dependencies:
flutter pub get
-
Run the app:
flutter run