Clone this repo:
  1. 944b9c0 Point to new repo location in README by stuartmorgan · 7 months ago master
  2. 2be7672 Bump min SDK version to non-prerelease version (#79) by Greg Spencer · 9 months ago
  3. a98069c Move to version 5.0.0 (#78) by Bernardo Ferrari · 9 months ago
  4. aaaa3d8 Bump dependencies. (#76) by Bernardo Ferrari · 9 months ago
  5. 32328e5 Remove `covariant` from `ProcessManager` (#71) by Chris Wong · 1 year, 9 months ago

Process

Moved

The source for the platform package has moved to the flutter/packages repository.


Build Status - Coverage Status -

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:

  • Can be used to implement custom process invocation backends.
  • Comes with a record-replay implementation out-of-the-box, making it super easy to test code that spawns processes in a hermetic way.