executable 1.0.1 copy "executable: ^1.0.1" to clipboard
executable: ^1.0.1 copied to clipboard

The executable package provides a simple Dart class for dealing with executables. It helps find and check the existence of executables on the system and caches the results for improved performance. It [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add executable

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

dependencies:
  executable: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:executable/executable.dart';
4
likes
0
pub points
18%
popularity

Publisher

verified publisherhelio.me

The executable package provides a simple Dart class for dealing with executables. It helps find and check the existence of executables on the system and caches the results for improved performance. It's ideal for developers building terminal applications in Dart who want to ensure that required executables are present and usable.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

process_run

More

Packages that depend on executable