It is a travel guide application I developed using Flutter technology. You can get information about cities, add cities to your favorites, plan your trips and choose your next travel destination.
- Includes information about cities.
- Places to visit in the cities are listed. Information about these is shown.
- Current weather conditions of cities are shown.
- Users can comment on cities.
- Famous dishes of the cities are shown.
- A budget planning can be made for the city to be visited.
- Cities can be added to favorites.
- Trips can be planned like a to-do list.
###Firebase Login and registration in the application are made using Firebase authentication and commenting on cities features Firestore.
The goals, favorites, planning and trip budget features in the application were created using the SQLite database.
The weather information on each city page was made using OpenWeatherAPI. Instant weather information is used.
The photos on users' profile screens were taken using UI Avatars API. A profile photo is created using the initials of the users' names.