nasa 0.0.3 copy "nasa: ^0.0.3" to clipboard
nasa: ^0.0.3 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.3

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';
12
likes
130
points
55
downloads

Publisher

verified publishershinyakato.dev

Weekly Downloads

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, json_annotation, universal_io

More

Packages that depend on nasa