corextra 1.1.5
corextra: ^1.1.5 copied to clipboard
Handy Dart extensions and utility functions for easier coding.
1.1.5 #
- Added
AppLoggerInterceptor: a Dio interceptor that logs requests, responses, and errors in a pretty, bordered, color-coded format — one consolidated block per event - Added
LogColorenum with ANSI color codes (red,blue,green,yellow,reset) for terminal output - Added
LogLevelenum (info,warning,error) for structured log levels, each mapped to a distinct color - Enhanced
debugLogwithLogLevelsupport for color-coded console output - Enhanced
AppLoggerwith detailed structured logging for requests, responses, and Dio errors - Updated
dioto^5.9.2andtestto^1.31.0
1.1.4 #
- Updated exception classes (
CorextraExceptionand subclasses) to use Dart 3 super-parameters for cleaner and more maintainable code