dovetail_signer 0.1.1 copy "dovetail_signer: ^0.1.1" to clipboard
dovetail_signer: ^0.1.1 copied to clipboard

Signs and notarises what a build already produced, on Windows, macOS and Linux. Runs after the build, never inside it, and never packages anything.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dovetail_signer

With Flutter:

 $ flutter pub add dovetail_signer

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

dependencies:
  dovetail_signer: ^0.1.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:dovetail_signer/dovetail_signer.dart';
0
likes
140
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Signs and notarises what a build already produced, on Windows, macOS and Linux. Runs after the build, never inside it, and never packages anything.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

args, dovetail_process_runner, path

More

Packages that depend on dovetail_signer