ps_list 0.0.5 copy "ps_list: ^0.0.5" to clipboard
ps_list: ^0.0.5 copied to clipboard

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.

Changelog #

0.0.5 #

  • Update README.md

0.0.4 #

  • Added runInShell:true option to Process.run

0.0.3 #

  • Update examples

0.0.2 #

  • Added unit tests for process listing functions.
  • Updated documentation with usage examples.
  • Improved error handling for unsupported platforms.

0.0.1 #

  • 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.
3
likes
160
points
2k
downloads

Publisher

verified publisherpearkoder.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#utility #process #task #list #processes

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on ps_list