Skip to content

csdeepak/Flightbooking_app

Repository files navigation

Flight Booking App

A Flutter application for booking flight tickets with a seamless user experience.

Features

  • Browse and book flights easily.
  • View flight details and ticket information.
  • Modern and user-friendly UI.
  • Efficient navigation between pages.

Technologies Used

  • Flutter
  • Dart
  • Material Design

Installation

  1. Clone the repository
    git clone https://github.com/csdeepak/Flightbooking_app.git
  2. Navigate to the project directory
    cd Flightbooking_app
  3. Get dependencies
    flutter pub get
  4. Run the app
    flutter run

Project Structure

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

How It Works

  1. The user opens the app and navigates to the home screen.
  2. They can browse available flights and view details.
  3. Selecting a flight displays ticket booking options.
  4. The app ensures a smooth booking experience with a user-friendly UI.

Video Demo

Watch the demo

Contact

Developed by CS Deepak
GitHub: csdeepak


Enjoy using the Flight Booking App! ✈️   it s a still demo , api need to added , for real time 

About

this is my final project of flutter app dev in pesuio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages