plus_shell_executor 0.3.0 copy "plus_shell_executor: ^0.3.0" to clipboard
plus_shell_executor: ^0.3.0 copied to clipboard

A simple shell commands executor.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add plus_shell_executor

With Flutter:

 $ flutter pub add plus_shell_executor

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

dependencies:
  plus_shell_executor: ^0.3.0

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:plus_shell_executor/plus_shell_executor.dart';
0
likes
130
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A simple shell commands executor.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on plus_shell_executor