ken_logger 0.0.3 copy "ken_logger: ^0.0.3" to clipboard
ken_logger: ^0.0.3 copied to clipboard

A simple and colorful console logger for Dart and Flutter CLI apps.

example/example.dart

import 'package:ken_logger/ken_logger.dart';

void main() {
  KenLogger.success('success example');
  KenLogger.info('info example');
  KenLogger.warning('warning example');
  KenLogger.error('error example');
}
3
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and colorful console logger for Dart and Flutter CLI apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ken_logger