adept_log 1.0.1 copy "adept_log: ^1.0.1" to clipboard
adept_log: ^1.0.1 copied to clipboard

SmartLog is a Flutter logging utility that provides colored logs, multiple log levels, JSON-safe logging, tags, and stack trace support.

adept_log #

A lightweight and developer-friendly Flutter logging package with colorful output, log levels, and JSON-safe logging.

📩 Contact #

For any queries or updates, feel free to reach out at:
adeptabhi0808@gmail.com

📘 Documentation #

https://pub.dev/documentation/adeptlog/latest/


✨ Features #

✅ Multiple Log Levels
• Debug, Info, Success, and Error logs
• Clear separation of log types for better readability

✅ Color-Coded Console Output
• ANSI-based colored logs
• Easy to scan logs during development

✅ JSON-Safe Logging
• Automatically encodes Map and List into JSON
• Prevents truncated or unreadable log output

✅ Tag Support
• Add optional tags to identify log sources
• Useful for large applications

✅ Caller Detection
• Automatically detects and prints the calling method
• Helps trace logs without manual effort

✅ StackTrace Support
• Attach stack traces for error logs
• Ideal for debugging crashes and exceptions


📦 Installation #

Add this to your pubspec.yaml:

dependencies:
  adept_log: ^1.0.1
2
likes
155
points
126
downloads

Publisher

unverified uploader

Weekly Downloads

SmartLog is a Flutter logging utility that provides colored logs, multiple log levels, JSON-safe logging, tags, and stack trace support.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on adept_log