dev_loggers_flutter 0.0.3
dev_loggers_flutter: ^0.0.3 copied to clipboard
A colorful logging utility for Dart and Flutter that works in PowerShell, VS Code, and Release mode.
0.0.3 #
- Feature: Enabled logging in both Debug and Release modes.
- Compatibility: Combined
stdoutandprintfor better visibility across IDEs and production logs.
0.0.2 #
- Major Fix: Removed
package:flutter/foundation.dartto support Pure Dart/CLI environments. - Bug Fix: Resolved
dart:uilibrary not found error when running viadart run. - Multi-Platform: Confirmed support for Windows, macOS, Linux, Android, iOS, and Web.
0.0.1 #
- Initial release with ANSI color support and timestamps.