dmg 0.1.3-rc copy "dmg: ^0.1.3-rc" to clipboard
dmg: ^0.1.3-rc copied to clipboard

A Flutter package that helps you create, sign, notarize, and staple a .DMG with a single command.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dmg
copied to clipboard

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

dependencies:
  dmg: ^0.1.3-rc
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dmg/dmg.dart';
copied to clipboard
5
likes
0
points
106
downloads

Publisher

verified publisherlamnhan.dev

Weekly Downloads

2024.09.29 - 2025.04.13

A Flutter package that helps you create, sign, notarize, and staple a .DMG with a single command.

Repository (GitHub)
View/report issues

Topics

#macos #dmg #sign #notarize #staple

License

unknown (license)

Dependencies

args, logging

More

Packages that depend on dmg