ps_list
A Dart package that allows you to retrieve a list of running processes and check whether a specific process is running on Linux, macOS, and Windows.
0.0.5
21K downloads/mo
#2169 most downloaded on pub.dev
shakthizen/ps_list
What this package is like to depend on
Last release 1 years ago
04 Mar 2025
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
5 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jul 2024 to Mar 2025
2025
2026
Releases
latest 5-
0.0.504 Mar 2025 -
0.0.404 Mar 2025 -
0.0.310 Jan 2025 -
0.0.210 Jan 2025Release notes
Open source →- Added unit tests for process listing functions.
- Updated documentation with usage examples.
- Improved error handling for unsupported platforms.
-
0.0.102 Jul 2024Release notes
Open source →- Initial release.
- Added support for cross-platform process listing on Linux, macOS, and Windows.
- Implemented
PSList.getRunningProcesses()to retrieve running processes. - Implemented
PSList.isProcessRunning()to check if a specific process is running.