artemis_timatic 0.0.1
artemis_timatic: ^0.0.1 copied to clipboard
A Dart/Flutter client for Timatic-powered APIs — handles authentication, token management, and provides strongly-typed methods to query locations, parameters, accepted values, and submit Timatic docum [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add artemis_timaticWith Flutter:
$ flutter pub add artemis_timaticThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
artemis_timatic: ^0.0.1Alternatively, 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:artemis_timatic/artemis_timatic.dart';