Skip to content

App to track any flight worldwide and the airports around the world.

Notifications You must be signed in to change notification settings

alvaro-jrr/flight_tracker_app

Repository files navigation

Flight Tracker App

Track any flight worldwide and the airports around the world.

Getting Started

General

  1. Run the flutter pub get to get the packages needed.

  2. Create an .env file in the project root folder, with the following content:

AVIATION_STACK_KEY="YOUR AVIATION STACK API KEY"
API_NINJAS_KEY="YOUR API NINJAS API KEY"
  1. Run the following command:
flutter pub run build_runner build --delete-conflicting-outputs

Google Maps

Android

In project/android folder create or modify the local.properties file and add the following:

GOOGLE_MAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY

iOS

In project/ios/Flutter folder create or modify the Debug.xcconfig file and add the following:

#include "Generated.xcconfig"

GOOGLE_MAPS_API_KEY=YOUR_GOOGLE_MAPS_API_KEY

Built With 🛠️

Screenshots 📷

Flights page

Airports page

Airport location page

Author ✒️

About

App to track any flight worldwide and the airports around the world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published