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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add open_dir

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  open_dir: ^0.0.1+6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:open_dir/open_dir.dart';
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