debugx 1.0.0 copy "debugx: ^1.0.0" to clipboard
debugx: ^1.0.0 copied to clipboard

Small, easy to use and extensible logger which prints beautiful logs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add debugx

With Flutter:

 $ flutter pub add debugx

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

dependencies:
  debugx: ^1.0.0

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:debugx/logger.dart';
import 'package:debugx/web.dart';
1
likes
155
points
19
downloads

Publisher

verified publishernetronk.com

Weekly Downloads

Small, easy to use and extensible logger which prints beautiful logs.

Repository (GitHub)

Topics

#cli #logging #debugx #debug

Documentation

API reference

License

MIT (license)

More

Packages that depend on debugx