satellite_dart 1.0.2 copy "satellite_dart: ^1.0.2" to clipboard
satellite_dart: ^1.0.2 copied to clipboard

Dart port of satellite-js library https://github.com/shashwatak/satellite-js

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add satellite_dart

With Flutter:

 $ flutter pub add satellite_dart

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

dependencies:
  satellite_dart: ^1.0.2

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_dart/constants.dart';
import 'package:satellite_dart/dopplerFactor.dart';
import 'package:satellite_dart/ext.dart';
import 'package:satellite_dart/interfaces/local_date.dart';
import 'package:satellite_dart/io.dart';
import 'package:satellite_dart/propagation/dpper.dart';
import 'package:satellite_dart/propagation/dscom.dart';
import 'package:satellite_dart/propagation/dsinit.dart';
import 'package:satellite_dart/propagation/dspace.dart';
import 'package:satellite_dart/propagation/gstime.dart';
import 'package:satellite_dart/propagation/initl.dart';
import 'package:satellite_dart/propagation/propagate.dart';
import 'package:satellite_dart/propagation/sgp4.dart';
import 'package:satellite_dart/propagation/sgp4init.dart';
import 'package:satellite_dart/transforms.dart';
import 'package:satellite_dart/utils/abs.dart';
0
likes
105
pub points
16%
popularity

Publisher

unverified uploader

Dart port of satellite-js library https://github.com/shashwatak/satellite-js

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on satellite_dart