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

A pure-Dart client for fetching, parsing, and caching satellite TLE, OMM, and SATCAT metadata 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.4.0

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
160
points
754
downloads

Documentation

API reference

Publisher

verified publisheraethar.dev

Weekly Downloads

A pure-Dart client for fetching, parsing, and caching satellite TLE, OMM, and SATCAT metadata 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