retcorelogger 0.0.1
retcorelogger: ^0.0.1 copied to clipboard
A simple and elegant logging package for Dart, designed to work seamlessly with both Flutter and web applications.
RetCoreLogger #
A lightweight and customizable logging utility for Flutter.
Easily print styled logs for different levels like info, warning, error, and more – ideal for debugging API calls, exceptions, or permission issues.
🚀 Features #
- 📦 Simple and expressive syntax
- 🎯 Supports log levels (
INFO,WARNING,ERROR,CUSTOM) - 📄 Useful for API logging, error tracking, and permission debugging
- ✨ Color-coded terminal output (optional, if supported by terminal)
📥 Installation #
Add the package to your pubspec.yaml:
dependencies:
retcore_logger: ^0.0.1