executable 1.4.1 copy "executable: ^1.4.1" to clipboard
executable: ^1.4.1 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

With Flutter:

 $ flutter 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.4.1

Alternatively, your editor might support dart pub get or flutter 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
160
points
295
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

process_run

More

Packages that depend on executable