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 

Libraries

retcorelogger