Discover the world with ease! The Flutter Travel App is your companion for exploring destinations, planning trips, and creating unforgettable travel experiences.
- Stunning UI Design
- Cubit State Management
- Rest API implementation
The Screenshots for the project can be found here.
- Frontend: Flutter, Dart
- State Management: Bloc, Cubit
- Backend Integration: REST APIs
- Others: Dio for HTTP requests
The app follows Component Oriented Design, ensuring separation of concerns:
- Cubit State Management Logic.
- Models Data Models (domain layer).
- Pages Full Pages, built from components.
- Services Rest API logic.
- Theme Styling constants.
- Widgets: UI components.