ghost_logger 1.1.1
ghost_logger: ^1.1.1 copied to clipboard
Can be Unseen but always there. Stealing errors before they steal your users' experience. A flexible logging utility with optional crash reporting integration.
1.1.1 #
- DOCS: Updated README with convenience methods examples
- DOCS: Added comprehensive API reference
- DOCS: Improved Firebase Crashlytics integration guide
- DOCS: Added troubleshooting section
- No code changes
1.1.0 #
Features #
- Added convenience logging methods:
GhostLogger.logDebug()- Debug loggingGhostLogger.logInfo()- Info loggingGhostLogger.logWarning()- Warning loggingGhostLogger.logError()- Error logging
Bug Fixes #
- Fixed color output issues in Android Studio console
- Improved color reset reliability with separate print calls
Breaking Changes #
- Removed
LoggerType.loggerenum value - Use
LoggerType.consoleinstead if you were usingLoggerType.logger
1.0.0 #
- Added colored terminal output for log levels
isDebugModenow defaults tokDebugMode- Package now depends on Flutter SDK
0.1.0 #
- Initial release