This is a simple app which calculates optimized routes between two given Railway stations.This Mobile application uses Flutter framework for the Frontend design and Dart programming language for the backend. To calculate the shortest distance between two points, Dijkstra's algorithm is used. To demonstrate the path visually, Google maps API has been used. To Run the app in your system's android emulator go through the following steps:
git clone https://github.com/amahapatra13/RailwayRouteOptimisation.git