ansi_escape_codes 1.4.0
ansi_escape_codes: ^1.4.0 copied to clipboard
Yet another package for ANSI escape sequences. It differs from the others only in that it focuses on using constants rather than functions or methods.
1.4.0 #
- Add analysis escape sequences (showEscapeSequences).
- Add all control codes (0x00-0x1F).
1.3.2 #
- Refactor methods: allSgr, foregroundColors, backgroundColors.
- Add methods: allCsi, removeCsi, removeSgr, removeForegroundColors, removeBackgroundColors. Mark the methods as experimental.
1.3.0-1.3.1 #
- Add several functions to the utilities.
- Update example.
- Refactor constant name.
1.2.0 #
- Add dart doc comments.
- Update README.
- Refactor.
1.1.0 #
- Add saveCursor and restoreCursor.
- Add progress_example.dart.
- Refactor.
1.0.0 #
- Initial version.