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.

example/example.dart

// An example demonstrating the usage of file_picker_linux.
import 'package:file_picker_linux/file_picker_linux.dart';

void main() {
  FilePickerLinux.registerWith();
  print('Registered file_picker_linux implementation.');
}
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