An open API service indexing awesome lists of open source software.

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

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------