Skip to content

Commit

Permalink
Update README of package:process (#5475)
Browse files Browse the repository at this point in the history
This PR fixes flutter/flutter#136221.

BTW it's a great package! I use it extensively in [patrol_cli] and love it.
  • Loading branch information
bartekpacia authored Jan 25, 2024
1 parent 5f9fc70 commit cbe8100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 5.0.2

* Removes mention of the removed record/replay feature from README.
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* Fixes new lint warnings.

Expand Down
8 changes: 4 additions & 4 deletions packages/process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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`:
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.

- 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.
[ProcessManager]: https://pub.dev/documentation/process/latest/process/ProcessManager-class.html

0 comments on commit cbe8100

Please sign in to comment.