celestrak 1.0.4 copy "celestrak: ^1.0.4" to clipboard
celestrak: ^1.0.4 copied to clipboard

A pure-Dart client for fetching, parsing, and caching satellite TLE and OMM orbital data from CelesTrak and Space-Track. No Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add celestrak

With Flutter:

 $ flutter pub add celestrak

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

dependencies:
  celestrak: ^1.0.4

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:celestrak/celestrak.dart';
0
likes
150
points
38
downloads

Documentation

API reference

Publisher

verified publisheraethar.dev

Weekly Downloads

A pure-Dart client for fetching, parsing, and caching satellite TLE and OMM orbital data from CelesTrak and Space-Track. No Flutter dependency.

Repository (GitHub)
View/report issues

Topics

#satellite #tle #omm #orbital #space

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on celestrak