process_run
Process run helpers for Linux/Win/Mac and which like feature for finding executables.
1.3.4
101K downloads/mo
#1127 most downloaded on pub.dev
tekartik/process_run.dart
What this package is like to depend on
Last release 1 months ago
09 Jul 2026
Ships unpredictably
gaps range from 2 weeks to 9 months
Some releases are documented
notes for 51 of 111 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
137 releases · first in 2015
14 releases in the last 12 months
see the full history below
Release timeline
137 releases · Nov 2015 to Jul 2026Releases
latest 60 of 137-
1.3.402 Jun 2026Nothing published for this version
-
1.3.4+109 Jul 2026 -
1.3.312 May 2026Nothing published for this version
-
1.3.3+118 May 2026 -
1.3.3-307 May 2026 pre-releaseNothing published for this version
-
1.3.3-222 Apr 2026 pre-release -
1.3.3-121 Apr 2026 pre-release -
1.3.203 Apr 2026Release notes
Open source →- Add
ShellProcessResultandShellProcessResultsfor proper output decoding - Add experiment
pipefeature to use onShell.run
- Add
-
1.3.125 Feb 2026Nothing published for this version
-
1.3.1+125 Feb 2026 -
1.3.001 Feb 2026 -
1.3.0-313 Dec 2025 pre-releaseNothing published for this version
-
1.3.0-213 Dec 2025 pre-releaseNothing published for this version
-
1.3.0-113 Dec 2025 pre-releaseNothing published for this version
-
1.2.404 Mar 2025 -
1.2.313 Feb 2025 -
1.2.229 Oct 2024Nothing published for this version
-
1.2.2+102 Dec 2024Release notes
Open source →- Special kill behavior on linux, mac and windows when using sigkill (kills all children too)
- Export
ShellOnProcessCallback
-
1.2.2-025 Oct 2024 pre-releaseNothing published for this version
-
1.2.109 Oct 2024Nothing published for this version
-
1.2.1+122 Oct 2024Release notes
Open source →- Add
ShellLinesController.binaryStreamto allow processing binary data and allow using it for stdin. - Fix
--userflag handling indsexecutable.
- Add
-
1.2.021 Aug 2024Nothing published for this version
-
1.2.0+127 Sep 2024Nothing published for this version
-
1.2.0+230 Sep 2024Nothing published for this version
-
1.2.0+330 Sep 2024 -
1.2.0-021 Aug 2024 pre-releaseNothing published for this version
-
1.1.025 Jul 2024 -
1.0.125 Jul 2024Nothing published for this version
-
1.0.1+125 Jul 2024Nothing published for this version
-
1.0.0+129 Jun 2024Nothing published for this version
-
1.0.0+223 Jul 2024Nothing published for this version
-
1.0.0+324 Jul 2024Release notes
Open source →- add
ShellStdioandshellStdioLinesGrouperto allow grouping stdout and stderr lines by zones.
- add
-
1.0.0-129 Jun 2024 pre-releaseNothing published for this version
-
1.0.0-029 Jun 2024 pre-releaseNothing published for this version
-
0.14.221 Feb 2024Release notes
Open source →- add
noStdoutResultandnoStderrResulttoShellOptionsandrunExecutableArgumentsto avoid out of memory for very long output
- add
-
0.14.115 Jan 2024Nothing published for this version
-
0.14.1+115 Jan 2024Nothing published for this version
-
0.14.1+215 Jan 2024Nothing published for this version
-
0.14.1+315 Jan 2024 -
0.14.002 Jan 2024Nothing published for this version
-
0.14.0+102 Jan 2024Release notes
Open source →- No longer replace
\by\\before splitting arguments - Fix backslash handling when splitting a command with a different behavior on Windows and Mac/Linux (backslash is not an escape character on Windows)
- No longer replace
-
0.13.325 Nov 2023Nothing published for this version
-
0.13.3+124 Dec 2023Release notes
Open source →- Fix finding
flutteron windows in unit tests - Remove
charcodedependency. - Propage added errors in
ShellLinesController
- Fix finding
-
0.13.3-117 Nov 2023 pre-releaseNothing published for this version
-
0.13.222 Oct 2023 -
0.13.121 Jul 2023 -
0.13.020 Apr 2023 -
0.12.511 Jan 2023 -
0.12.5+116 Jan 2023Nothing published for this version
-
0.12.5+216 Jan 2023Nothing published for this version
-
0.12.5+306 Apr 2023 -
0.12.411 Jan 2023Nothing published for this version
-
0.12.317 Dec 2021Nothing published for this version
-
0.12.3+117 Dec 2021Nothing published for this version
-
0.12.3+219 Jan 2022Release notes
Open source →- Cache shellEnvironment when set
- dart 2.14 lints
- Resolve relative executable according to working directory
-
0.12.213 Sep 2021Nothing published for this version
-
0.12.2+119 Sep 2021Nothing published for this version
-
0.12.2+217 Oct 2021Nothing published for this version
-
0.12.112 Mar 2021Nothing published for this version
-
0.12.1+121 Jun 2021Release notes
Open source →- Add
ProcessRunProcessResultExthelper. - Add
onProcesscallback for Shell run actions. - Don't flush stdout/stderr in Windows release mode as it hangs
- Add