gg_status_printer 1.5.0
gg_status_printer: ^1.5.0 copied to clipboard
Prints progress, success, and error messages with Unicode icons for async operations.
Changelog #
1.5.0 - 2026-08-13 #
1.3.0 - 2026-08-03 #
Added #
- Add dark param to gg console colors
- Add a
darkparam printing the message indarkGrayand the status mark without its semantic color. It is ignored whencolorizeis false
1.2.0 - 2026-08-03 #
Added #
- Add .gitattributes file
Changed #
- Replace the ✅/❌ emoji by the plain marks ✓/✗ so the status line has a predictable width and can carry a color
- Color the status mark:
✓is wrapped incSuccess,✗incError. The message stays neutral. The newcolorizeconstructor flag turns it off. - Make status less offensive. Replace emojis.
1.1.1 - 2024-04-09 #
Changed #
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
1.1.0 - 2024-01-01 #
- Add
logStatus()to log a status directly.
1.0.8 - 2024-01-01 #
- Add
GgLog
1.0.7 - 2024-01-01 #
- Initial version.