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

PlatformWindows

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 dovetail

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

dependencies:
  dovetail: ^0.1.1

Alternatively, 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';
0
likes
150
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

dovetail_form_validation, dovetail_platform_channel, dovetail_process_runner, dovetail_rust_core, dovetail_shortcut_channel, dovetail_updater, flutter

More

Packages that depend on dovetail