process 5.0.2 copy "process: ^5.0.2" to clipboard
process: ^5.0.2 copied to clipboard

A pluggable, mockable process invocation abstraction for Dart.

Process #

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.
42
likes
0
points
5.33M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

A pluggable, mockable process invocation abstraction for Dart.

Repository (GitHub)
View/report issues

Topics

#process

License

unknown (license)

Dependencies

file, path, platform

More

Packages that depend on process