Skip to content

Repository files navigation

open_dir

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

Twitter URL

Supported platforms

MacOSLinuxWindowsAndroidiOSWeb
✔️✔️✔️❌️️❌️️❌️️

Usage

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

This plugin is also supported to highlight/select a specific file after opening the directory.

Example

final _openDirPlugin =OpenDir();
final path ='/path/to/directory';
final highlightedFileName ='file.txt';
await _openDirPlugin.openNativeDir(path: path, highlightedFileName: highlightedFileName);

Demo

Open dirOpen dir and highlight file
macos.mp4
Highlight.file.mp4

About

Flutter plugin for opening native directory on desktop platforms.

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages