cli_util 0.3.0-nullsafety.0 copy "cli_util: ^0.3.0-nullsafety.0" to clipboard
cli_util: ^0.3.0-nullsafety.0 copied to clipboard

outdated

A library to help in building Dart command-line apps.

0.3.0-nullsafety #

  • Updated to support 2.12.0 and null safety.

0.2.1 #

0.2.0 #

  • Add Logger.write and Logger.writeCharCode methods which write without printing a trailing newline.

0.1.4 #

  • Add Ansi.reversed getter.

0.1.3+2 #

  • Update Dart SDK constraint to < 3.0.0.

0.1.3+1 #

  • Update Dart SDK to 2.0.0-dev.

0.1.3 #

  • In verbose mode, instead of printing the diff from the last log message, print the total time since the tool started
  • Change to not buffer the last log message sent in verbose logging mode
  • Expose more classes from the logging library

0.1.2+1 #

  • Remove unneeded change to Dart SDK constraint.

0.1.2 #

  • Fix a bug in getSdkDir (#21)

0.1.1 #

  • Updated to the output for indeterminate progress
  • Exposed a Logger.isVerbose getter

0.1.0 #

  • Added a new getSdkPath() method to get the location of the SDK (this uses the new Platform.resolvedExecutable API to locate the SDK)
  • Deprecated getSdkDir() in favor of getSdkPath()
  • Add the cli_logging.dart library - utilities to display output and progress

0.0.1+3 #

  • Find SDK properly when invoked from inside SDK tests.

0.0.1+2 #

  • Support an executable in a symlinked directory.

0.0.1+1 #

  • Fix for when the dart executable can't be found by which.

0.0.1 #

  • Initial version
66
likes
0
pub points
98%
popularity

Publisher

verified publishertools.dart.dev

A library to help in building Dart command-line apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, path

More

Packages that depend on cli_util