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

Plugin for opening native directory on desktop platforms by given path.

open_dir #

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

Supported platforms #

MacOS Linux Windows Android iOS Web
✔️ ✔️ ✔️ ❌️️ ❌️️ ❌️️

Usage #

Add open_dir as a dependency in your pubspec.yaml file. This is Endorsed federated plugin.

Example #

final _openDirPlugin = OpenDir();
await _openDirPlugin.openNativeDir(path: path);
15
likes
160
pub points
81%
popularity

Publisher

verified publisherhuynq.dev

Plugin for opening native directory on desktop platforms by given path.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, open_dir_linux, open_dir_macos, open_dir_platform_interface, open_dir_windows

More

Packages that depend on open_dir