A Flutter application for booking flight tickets with a seamless user experience.
- Browse and book flights easily.
- View flight details and ticket information.
- Modern and user-friendly UI.
- Efficient navigation between pages.
- Flutter
- Dart
- Material Design
- Clone the repository
git clone https://github.com/csdeepak/Flightbooking_app.git
- Navigate to the project directory
cd Flightbooking_app
- Get dependencies
flutter pub get
- Run the app
flutter run
Flightbooking_app/
│── lib/
│ ├── main.dart # Main entry point of the application [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/main.dart)
│ ├── homepage.dart # Home screen UI [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/homepage.dart)
│ ├── secondpage.dart # Second page UI [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/secondpage.dart)
│ ├── flightTickets.dart # Flight ticket booking UI [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/flightTickets.dart)
│ ├── flyingDetails.dart # Flight details page [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/flyingDetails.dart)
│ ├── ticketCard.dart # UI component for displaying flight tickets [View Code](https://github.com/csdeepak/Flightbooking_app/blob/main/ticketCard.dart)
│── pubspec.yaml # Project dependencies and metadata
│── README.md # Project documentation
- The user opens the app and navigates to the home screen.
- They can browse available flights and view details.
- Selecting a flight displays ticket booking options.
- The app ensures a smooth booking experience with a user-friendly UI.
Developed by CS Deepak
GitHub: csdeepak
Enjoy using the Flight Booking App!