Flight_tracker
An app to check the status of flights. The deafult implemenation use the json data in local. The data is sotrage in asset/data.json
. If run project in Windows or web change the local storage because this implementation use sqflite
.
Credits
- Argument projects: Fudeo
- API Fligth Scanner: AviationStack
- Gnerate data flight Scanner: mockaroo
- Font: Google foonts
- Illustration: undraw
Run project
(mac command)
git clone https://github.com/BrachettaMatteo/flightTracker.git cd flightTracker flutter create --platforms=android,ios . Flutter run ios