open_dir 0.0.1+3 copy "open_dir: ^0.0.1+3" to clipboard
open_dir: ^0.0.1+3 copied to clipboard

outdated

Plugin for opening native directory on desktop platforms

open_dir #

Open directory on native desktop platform with its app(Finder on MacOS, Files on Linux, File Explorer on Windows)

Platform Support #

MacOS Linux Windows
✔️ ✔️ ✔️

Usage #

open_dir can be used easily by calling OpenDir class.

final _openDirPlugin = OpenDir();
await _openDirPlugin.openNativeDir(path: path);
24
likes
0
points
17
downloads

Publisher

verified publisherhuynq.dev

Weekly Downloads

Plugin for opening native directory on desktop platforms

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, open_dir_linux, open_dir_macos, open_dir_platform_interface, open_dir_windows

More

Packages that depend on open_dir