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

Astronomical algorithms in Dart — positions of Sun, Moon, and planets, eclipses, phases, coordinates, magnitudes, and more. Based on Jean Meeus's "Astronomical Algorithms".

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add astronomia

With Flutter:

 $ flutter pub add astronomia

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

dependencies:
  astronomia: ^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:astronomia/astronomia.dart';
1
likes
160
points
185
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Astronomical algorithms in Dart — positions of Sun, Moon, and planets, eclipses, phases, coordinates, magnitudes, and more. Based on Jean Meeus's "Astronomical Algorithms".

Repository (GitHub)
View/report issues

Topics

#astronomy #science #math #calendar

License

MIT (license)

More

Packages that depend on astronomia