Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.49 KB

Tamasya

Flutter App to explore Flight, Hotel and Activities. This project use some API that require keys, so make sure you register first. This project use

  • Amadeus to find cheapest hotel, flight and activities
  • Mapbox to render map and fetch city / country on autocomplete
  • Currency freak to get valid currency based on current country location

Feature

  • Search cheapest flight with given airport
  • Search cheapest hotel with given city
  • Search activities near you

Dependencies

  • Get X Awesome State mangement, Navigation Management & Dependency Manager
  • Catcher Plugin which automatically catches error/exceptions and handle them
  • Flutter Map For render map

How to run this project

  • clone this project

  • copy .env.example to .env

  • fill those property on .env

  • You can run manually via terminal with

    prod

    flutter run lib/main_prod.dart 

    dev

    flutter run lib/main_dev.dart 

    or you can use this existing .vscode launch.json configuration