file_picker_linux 1.0.1
file_picker_linux: ^1.0.1 copied to clipboard
Linux implementation of the file_picker plugin using GTK3 and XDG Desktop Portals for native file and directory picking.
// 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.');
}