Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 863 Bytes

Flight_tracker Flight tracker

An app to check the status of flights. The default implementation use the json data in local. The data is storage in asset/data.json. If run project in Windows or web change the local storage because this implementation use sqflite.

Credits

Run project

(mac command)

git clone https://github.com/BrachettaMatteo/flightTracker.git
cd flightTracker
dart run build_runner build
flutter run ios

Aspect