nasa 0.0.4 copy "nasa: ^0.0.4" to clipboard
nasa: ^0.0.4 copied to clipboard

The easiest and powerful Dart/Flutter library for NASA APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nasa

With Flutter:

 $ flutter pub add nasa

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

dependencies:
  nasa: ^0.0.4

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:nasa/nasa.dart';
11
likes
140
pub points
51%
popularity

Publisher

verified publishershinyakato.dev

The easiest and powerful Dart/Flutter library for NASA APIs.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

freezed_annotation, http, intl, json_annotation, universal_io

More

Packages that depend on nasa