A Simple Flight Booking Mobile Appication Built With Flutter

0 0

albetro

Simple Flight Booking Mobile Appication Built With Flutter

  • option to select the origin and destination airport
  • Fetch list of airline schedules based on the selections above
  • Display them on a list
  • Show the origin and destination of the flight on a map upon selection of a schedule
  • connect them with a polyline

Image

Video

Dependencies

  • google_maps_flutter – to show map on screen (Still in beta version)
  • flutter_datetime_picker
  • flutter_svg
  • get – to mantain state and make every widget independent using Getx
  • http – Handle http requesr

Installation

Add your API_KEY and your own credentials from your GCP concle and airline.co to android and ios folders. Run following command in cmd and then run your app

Credits

Kudos to rkbhadauria for this design.

albetro

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Implementation of BastiUi design in Flutter
Entrada siguiente Send notification to flutter app using firebase messaging