open_dir 0.0.1+3
open_dir: ^0.0.1+3 copied to clipboard
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);