airport_data 1.0.0
airport_data: ^1.0.0 copied to clipboard
A comprehensive Dart library for retrieving airport information by IATA codes, ICAO codes, country, continent, timezone, and more. Includes geographic proximity search, distance calculation, bulk oper [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add airport_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
airport_data: ^1.0.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:airport_data/airport_data.dart';