bugger 0.0.4
bugger: ^0.0.4 copied to clipboard
A beautiful and developer-friendly console logger for Flutter apps. Bugger shows logs in table format with colors and detailed location metadata.
π Bugger #
The best Flutter package for logging in a developer-friendly, table-style console layout.
Elegant, colorful, and ideal for debugging with file, method, and line-level precision.
π§ͺ Sample Bugger Output #
ββββββββββββββ¦βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Field β Value - [Bugger Detection] β
β βββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β π Issue β β’οΈ This is a debug log using Bugger! β
β π File β main.dart β
β π Line β 32 β
β π§ Method β [_triggerBuggerLog] β
β π Locationβ package:example/main.dart : At line - 32 β
β π GitHub β https://github.com/rahmanprofile/bugger.git β
ββββββββββββββ©βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¨ Features #
- π§Ύ Clean console output with table formatting
- π§ Auto-detects file name, method name, line and column number
- π Color-coded messages (
Info,Warning,Error) - π« Logs only in
kDebugModeβ silent in release builds - π GitHub source linking (optional)
- π GitHub user score support (Repos, Followers, Contributions)
- π Long lines auto-wrap for better console readability
- π‘ Easy to use with optional tags, stack traces, and callbacks
π¦ Installation #
Add this to your pubspec.yaml:
dependencies:
bugger: ^0.0.4