Flutter App for Electric Vehicle Navigation

Job ID: 34930719

Budget: ₹1,500 – ₹12,500 INR

-> Calculation of the range using the output of the py file
-> Run the py file (already created would be provided)
-> Integrate Google Maps API (API key will be provided)
-> List of Charging Stations sorted according to the distance having red and green colours according to the range left of the vehicle
-> A navigation path between our location and the chosen station
-> The list made should be dynamic of the charging station and on firebase if possible
-> Display the battery percentage and the output of the py file that will be SOH
-> Range will be calculated by taking the current charge percentage, i.e. current charge * ( SOH / 100) * Avg range and displaying that too.
-> The Flutter app should run on our systems too