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

The executable package simplifies managing executables in Dart. Finds and checks presence, with cached results for improved performance.

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.2.3

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';
5
likes
40
points
44
downloads

Publisher

verified publisherhelio.me

Weekly Downloads

The executable package simplifies managing executables in Dart. Finds and checks presence, with cached results for improved performance.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

process_run

More

Packages that depend on executable