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

A professional, testable, and extensible logging utility for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debug_utils

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

dependencies:
  debug_utils: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:debug_utils/debug_utils.dart';
1
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A professional, testable, and extensible logging utility for Flutter apps.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, stack_trace

More

Packages that depend on debug_utils