Application to practice with maps and routes, simulating that it is for people who have a car and would like to take other people who are going to the same destination and only have to cooperate with a small amount.
This image is a screenshot of my emulator that doesn't work very well.
- Use of google maps
- Geocoding integration
- Firebase for authentication
- Address autocomplete
- Custom bookmarks
This application only uses the google map, the routes, polylines and the autocomplete are from third parties. To have a better result, it is best to use the libraries offered by the google suite that work very well together.
To clone and run this application, you'll need Git and Flutter installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/DavidBarcenas/flutter-eco-ride.git
# Go into the repository
$ cd flutter-eco-ride
# Install dependencies
$ flutter pub get
# Run the app in the way your IDE describes
Don't forget to add your environment variables for firebase and google maps. Look for the file env.example in the root of the project.
Released under the MIT licensed.
Feel free to fork this project and improve it. Give a ⭐️ if you like this project!