NetShareOSS/open_dir
डेस्कटॉप प्लेटफॉर्म पर नेटिव डायरेक्टरी खोलने के लिए फ्लटर प्लगइन।
- Stars
- 9
- Forks
- 1
- अंतिम पुश (UTC)
- 31 अक्टू॰ 2024
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँC++CMakeDartCSwiftRuby
तकनीकी विषय
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
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.
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 dir | Open dir and highlight file |
|---|---|