ilog 0.0.1 copy "ilog: ^0.0.1" to clipboard
ilog: ^0.0.1 copied to clipboard

Tiny Flutter debug logger that prints colorful, emoji-friendly logs to consoles

iLog #

Tiny Flutter debug logger that prints colorful, emoji-friendly logs to consoles that support ANSI escape codes (IDE terminals, Android Studio, VS Code, etc.).

Note: iLog prints only in debug mode. Release builds are intentionally silent.

Features #

  • Simple static API (ILog.info, ILog.error, etc.)
  • ANSI color support + bold
  • Small and dependency-free
  • Example included

Usage #

Add the package (local or publish), then:

import 'package:ilog/ilog.dart';


ILog.info('Hello world', icon: ILogIcon.victoryHand);
ILog.error('Something broke');
ILog.custom(title: 'DB', text: 'Query took 123ms', color: ILogColor.green);
11
likes
0
points
231
downloads

Publisher

unverified uploader

Weekly Downloads

Tiny Flutter debug logger that prints colorful, emoji-friendly logs to consoles

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ilog