xdg_desktop_portal 0.1.12 copy "xdg_desktop_portal: ^0.1.12" to clipboard
xdg_desktop_portal: ^0.1.12 copied to clipboard

PlatformLinux

A native Dart implementation of portals. This package allows Dart applications to use portals available on the Linux desktop.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xdg_desktop_portal

With Flutter:

 $ flutter pub add xdg_desktop_portal

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

dependencies:
  xdg_desktop_portal: ^0.1.12

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:xdg_desktop_portal/xdg_desktop_portal.dart';
6
likes
140
pub points
76%
popularity

Publisher

verified publishercanonical.com

A native Dart implementation of portals. This package allows Dart applications to use portals available on the Linux desktop.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

collection, dbus

More

Packages that depend on xdg_desktop_portal