- Add
showMultiSelectDialogandshowSingleSelectDialogto new
cli_componentslibrary, as well as an example. - Adds a
package:cli_util/windows_compatibility.dartlibrary which initially
contains just theWin32AnsiStdinclass. This can be used on Windows to get
a stdin stream that forwards arrow keys and other special keys in the way
that you'd expect, and converts then to ANSI escape sequences.- Note that this is not a full implementation, and only handles the events
that are needed for the CLI components in this package.
- Note that this is not a full implementation, and only handles the events
- Increases min SDK constraint to
^3.7.0.