satellite_observer 1.0.1 copy "satellite_observer: ^1.0.1" to clipboard
satellite_observer: ^1.0.1 copied to clipboard

A pure-Dart engine for SGP4 satellite propagation, topocentric look-angles, pass prediction, and naked-eye visibility. No Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add satellite_observer

With Flutter:

 $ flutter pub add satellite_observer

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

dependencies:
  satellite_observer: ^1.0.1

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:satellite_observer/satellite_observer.dart';
0
likes
160
points
309
downloads

Documentation

API reference

Publisher

verified publisheraethar.dev

Weekly Downloads

A pure-Dart engine for SGP4 satellite propagation, topocentric look-angles, pass prediction, and naked-eye visibility. No Flutter dependency.

Repository (GitHub)
View/report issues

Topics

#satellite #sgp4 #tle #pass-prediction #visibility

License

MIT (license)

Dependencies

meta

More

Packages that depend on satellite_observer