ansi_modifier 0.1.5
ansi_modifier: ^0.1.5 copied to clipboard
Helps styling terminal outputs by adding, replacing, and clearing ANSI modifiers.
0.1.5 #
- Updated dev dependencies.
0.1.4 #
- Added progress indicator example
0.1.3 #
- Updated dev dependencies.
- Corrected documentation.
0.1.2 #
- Added named constructor for generating ansi sequences that move the
current cursor position. (
Use with stdout.write()). - Added example showing how to move the current cursor position.
- Updated
dart.ymlactions.
0.1.1 #
- Added Ansi modifiers.
0.1.0 #
- Breaking change: renamed method
modify()->style()andremoveAnsi()->clearStyle().
0.0.1 #
- Initial version