Flutter application built in parallel with RAF Airlines Spring microservice application.
The system consists of 3 main services. These services include the User service for authentication and authorization. Flight service that is responsible for searching flights and airplanes. And Ticket service for buying and managing tickets.
- BLoC architecture built for scalability (https://pub.dev/packages/flutter_bloc)
- Service injection using GetIt for REST and mock services (https://pub.dev/packages/get_it)
- JWT authentication
- Dio HTTP client (https://pub.dev/packages/dio)
- Clean and modern design
- Animations
Clone this repo to your desktop and launch mock for testing or pull RAF Airlines Spring application for the full project implementation.
Run the application and enjoy!
This application was built in parallel with https://github.com/Qwerasdzxc/RAF-Airlines and https://github.com/Qwerasdzxc/RAF-Airlines-Administrator-Portal
Enjoy!