flutter_debug_log 1.0.1
flutter_debug_log: ^1.0.1 copied to clipboard
A lightweight, persistent, and floating debug log console for Flutter apps. Log errors, API requests, and custom messages with zero config.
1.0.1 #
- Updated SDK constraints to support a wider range of Flutter versions (Dart >=3.0.0).
- Documentation updates.
0.0.1 #
- Initial release.
- Added
FlutterDebugLog.init()for global error handling. - Added
FlutterDebugLog.builderfor easy overlay integration. - Added
DebugLogManagerandDebugLogInterceptor. - Implemented draggable floating window for log viewing.