metar_dart 0.3.2 copy "metar_dart: ^0.3.2" to clipboard
metar_dart: ^0.3.2 copied to clipboard

Parse Meteorological Weather reports emited from aeronautical land stations (METAR). Coming soon TAF and SYNOP.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add metar_dart

With Flutter:

 $ flutter pub add metar_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  metar_dart: ^0.3.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:metar_dart/metar_dart.dart';
3
likes
120
pub points
55%
popularity

Publisher

unverified uploader

Parse Meteorological Weather reports emited from aeronautical land stations (METAR). Coming soon TAF and SYNOP.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

http, tuple

More

Packages that depend on metar_dart