dovetail 0.1.1
dovetail: ^0.1.1 copied to clipboard
One dependency for everything a desktop app runs at runtime: the window, the tray, the panel, global shortcuts, the single-instance guard, the updater and form validation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dovetailThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dovetail: ^0.1.1Alternatively, your editor might support 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/dovetail.dart';