echo_logger 0.0.2 copy "echo_logger: ^0.0.2" to clipboard
echo_logger: ^0.0.2 copied to clipboard

Echo Logger is a powerful and flexible logging utility for Flutter that allows developers to log messages with custom tags, colors, and severity levels. It is designed to make debugging and monitoring [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add echo_logger

With Flutter:

 $ flutter pub add echo_logger

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  echo_logger: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:echo_logger/ansi_color.dart';
import 'package:echo_logger/echo.dart';
import 'package:echo_logger/formatter.dart';
import 'package:echo_logger/log_level.dart';
import 'package:echo_logger/log_line.dart';
1
likes
0
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

Echo Logger is a powerful and flexible logging utility for Flutter that allows developers to log messages with custom tags, colors, and severity levels. It is designed to make debugging and monitoring easier by providing a highly customizable logging experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on echo_logger