meeus 0.2.2 copy "meeus: ^0.2.2" to clipboard
meeus: ^0.2.2 copied to clipboard

Dart implementations of algorithms from the book "Astronomical Algorithms, 2nd edition" by Jean Meeus.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meeus

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

dependencies:
  meeus: ^0.2.2

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

Import it

Now in your Dart code, you can use:

import 'package:meeus/meeus.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Dart implementations of algorithms from the book "Astronomical Algorithms, 2nd edition" by Jean Meeus.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

unit

More

Packages that depend on meeus