where 4.0.0 copy "where: ^4.0.0" to clipboard
where: ^4.0.0 copied to clipboard

discontinued
outdatedDart 1 only

Find the instances of an executable in the system path.

Changelog #

4.0.0 #

  • Breaking change: starting to use and support the Dart 2 SDK.
  • Added a user guide based on MkDocs.
  • Added the FinderException class.
  • Updated the package dependencies.

3.0.0 #

  • Added support for Node.js platform.
  • Breaking change: removed the FileStat.stat() method.
  • Breaking change: renamed the FileStat class to FileStats.
  • Added the fileSystem, platform and processManager constants.
  • Added the getFileStats() function.
  • Added the arguments and exitCode properties.

2.2.0 #

  • Updated the package dependencies.

2.1.1 #

  • Fixed a bug: the CLI script doesn't run when using the pub global run command.

2.1.0 #

  • Changed the signature of the FileStat class constructor.

2.0.0 #

  • Breaking change: changed the signature of the Finder class constructor.
  • Breaking change: removed the Application class.
  • Breaking change: the version property is now private.
  • Converted the constructor of the FileStat class to a constant one.
  • Updated the package dependencies.

1.1.0 #

1.0.0 #

  • Added a command line interface.
  • Added new unit tests.

0.1.0 #

  • Initial release.
3
likes
0
points
160
downloads

Documentation

Documentation

Publisher

verified publisherbelin.io

Weekly Downloads

Find the instances of an executable in the system path.

Homepage

License

unknown (license)

Dependencies

args, file, nodejs_interop, platform, process, yaml

More

Packages that depend on where