satellite_observer 1.0.1
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_observerWith Flutter:
$ flutter pub add satellite_observerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
satellite_observer: ^1.0.1Alternatively, 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';