dovetail_platform_channel 0.1.0
dovetail_platform_channel: ^0.1.0 copied to clipboard
Flutter access to desktop OS surfaces: window frame, system tray, login item, deep links, notifications and handoff to the default app, on Windows, macOS and Linux.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dovetail_platform_channelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dovetail_platform_channel: ^0.1.0Alternatively, 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_platform_channel/dovetail_platform_channel.dart';