https://github.com/atharva309/airlinereservation_flutterapp
A flutter app for airline reservation
https://github.com/atharva309/airlinereservation_flutterapp
android-studio dart flutter
Last synced: about 1 year ago
JSON representation
A flutter app for airline reservation
- Host: GitHub
- URL: https://github.com/atharva309/airlinereservation_flutterapp
- Owner: Atharva309
- License: mit
- Created: 2022-08-23T10:15:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T07:07:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T20:39:49.359Z (over 1 year ago)
- Topics: android-studio, dart, flutter
- Language: Dart
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirlineReservation
App made purely by Dart - Flutter using Android Studio
# Table of contents
[1. About This Project](#About-the-Project)
[2. Features](#Features)
[3. How to Run](#How-to-Run-the-App)
[4. Built With](#Built-With)
[5. ScreenShots](#Screenshots)
# About The Project
This repository holds a project made by me during learning flutter-dart as a intern
The purpose of this project is to learn new technologies like Dart and Flutter and apply concepts about Software.
This project is a simple Airline Reservation with seatbooking, using concepts like designing, api integration, various Widgets, etc.
# Features
* Home page with carosel slider
* spalsh screen
* Informative and expandable photo gallery
* Sign in and Login page with validation and errors and colour-coordinated textfields
* Login information is stored locally using shared-pref
* Working Otp sms verification with resend Otp using api
* OTP page Automatically proceeds when OTP filled
* Loading screens during api call and fluttertoast messages whereever applicable
* Search flights by dates
* Seating contains randomly generated pre-occupied seats
* Every seat has a different prices(stored and pre-defined locally)
* Ticket page with all ticket information
# How to Run the App
If you don't have Flutter SDK installed, please visit official [Flutter](https://docs.flutter.dev/get-started/install) site.
Fetch source code from master branch.
```
https://github.com/Atharva309/AirlineReservation_FlutterApp.git
```
Run the app with Android Studio or VS Code. Or the command line:
```
flutter pub get
flutter run
```
# Built With
This software uses the following packages:
* [Flutter](https://docs.flutter.dev/get-started/install)
* [Dart](https://dart.dev/)
* [Android Studio](https://developer.android.com/studio)
# ScreenShots
------THANK YOU------