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

outdated

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

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
0
points
17
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

unknown (license)

Dependencies

process_run

More

Packages that depend on executable