TimMaiapp is a location-based flutter app that answer one simple question:
How many times can I hear "Ela Partiu" of Tim Maia from my current location until a destination?
This application is part of my study of flutter framework, that led me to learn community packages, such as mapbox, device location, HTTP requests with dio, YouTube player and intl.
If you just want to download the app, you can click here (make sure you have enabled the "app installation by unknown sources" option)
Otherwise, if you want to download the source code and modify it on your own computer, follow the steps below:
- Make sure you've flutter sdk installed
- Clone this repository:
git clone https://github.com/guilhermealbm/TimMaiapp
- Open TimMaiapp folder in your work environment
- Create a
.env
file thats contains map_box and here_maps API's token
map_box_token = "your_token_here"
here_maps_token = "your_token_here"
- Run and Enjoy