This application aims to give a new experience to all those people who love travel and explore new places.
- Below we see an elegant login screen with both light and dark themes, alongside the home screen which will present places that may be of interest to the user with a "TikTok" effect.
- Here instead we can see on the left a page with the map in the background on which the various points of interest will be displayed and clicking on one of them will display a detail as shown in the image. On the other hand, however, there is the screen dedicated to the user with the places visited, liked and much more.
- Last but not least the: "Planner", this feature allows through a series of questions to build the perfect holiday for you according to your tastes and preferences, what are you waiting for?
Note:
- You already need flutter installed on your device
- This application uses a custom backend, if not avaiable download from this repo, run and change in
lib/data/api/rest_client.dartthebaseUrl. - This application also use Firebase auth for user authentication, if not avaiable just remove comment on
lib/app/app.dartr.155.
Before run project, execute this commands:
flutter cleanflutter pub getflutter pub run build_runner buildorflutter pub run build_runner build --delete-conflicting-outputsflutter run(if needed)
| Plugin | Usage |
|---|---|
| retrofit | For working with restful API, generated model |
| json_annotation | Same as above (SAA) |
| dio | SAA |
| build_runner | SAA |
| flutter_bloc | For build app architecture |
| freezed | Working with State of bloc |
| equatable | SAA |
| shared_preferences | For caching user’s session |
| firebase_core | For register account and login using Firebase |
| google_sign_in | SAA |
| firebase_auth | SAA |
If you like my work and want to support give a ⭐ to the repo.
Thank you so much ❤️.
This project is under MIT License. See LICENSE for more details.






