file_picker_linux 1.0.1 copy "file_picker_linux: ^1.0.1" to clipboard
file_picker_linux: ^1.0.1 copied to clipboard

PlatformLinux

Linux implementation of the file_picker plugin using GTK3 and XDG Desktop Portals for native file and directory picking.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_picker_linux

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

dependencies:
  file_picker_linux: ^1.0.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:file_picker_linux/file_picker_linux.dart';
0
likes
160
points
47.8k
downloads

Documentation

API reference

Publisher

verified publishermiguelruivo.com

Weekly Downloads

Linux implementation of the file_picker plugin using GTK3 and XDG Desktop Portals for native file and directory picking.

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #linux

License

MIT (license)

Dependencies

cross_file, dbus, file_picker_platform_interface, flutter, path

More

Packages that depend on file_picker_linux

Packages that implement file_picker_linux