tree: 93f0658566aad0df962033d2e864dab3548f2395 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. AUTHORS
  6. CHANGELOG.md
  7. dart_test.yaml
  8. LICENSE
  9. pubspec.yaml
  10. 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.