simple_process 0.1.3 copy "simple_process: ^0.1.3" to clipboard
simple_process: ^0.1.3 copied to clipboard

Run sync and async terminal processes, with some options to make it simpler to deal with different scenarios

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_process

With Flutter:

 $ flutter pub add simple_process

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

dependencies:
  simple_process: ^0.1.3

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:simple_process/simple_process.dart';
1
likes
150
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Run sync and async terminal processes, with some options to make it simpler to deal with different scenarios

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on simple_process