signac_sat 1.0.1 signac_sat: ^1.0.1 copied to clipboard
Package para a criação da assinatura SignAC para equipamentos SAT
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add signac_sat
With Flutter:
$ flutter pub add signac_sat
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
signac_sat: ^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:signac_sat/signac_sat.dart';