tree: 1d9debbd9528571932bd8118d510aff4e928b81e [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. dart_test.yaml
  9. LICENSE
  10. pubspec.yaml
  11. README.md
pkgs/process/README.md

pub package package publisher

A pluggable, mockable process invocation abstraction for Dart.

What's this?

A generic process invocation abstraction for Dart.

Like dart:io, package:process supplies a rich, Dart-idiomatic API for spawning OS processes.

Unlike dart:io, package:process requires processes to be started with ProcessManager, which allows for easy mocking and testing of code that spawns processes in a hermetic way.

Example

Run the example app from this package:

dart run example/main.dart