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

outdated

A pluggable, mockable process invocation abstraction for Dart.

Process #

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.
30
likes
0
pub points
100%
popularity

Publisher

verified publisherflutter.dev

A pluggable, mockable process invocation abstraction for Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

file, path, platform

More

Packages that depend on process