df_log 0.2.4 copy "df_log: ^0.2.4" to clipboard
df_log: ^0.2.4 copied to clipboard

A package that provides logging utilities for better debugging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add df_log
copied to clipboard

With Flutter:

 $ flutter pub add df_log
copied to clipboard

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

dependencies:
  df_log: ^0.2.4
copied to clipboard

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:df_log/df_log.dart';
copied to clipboard
2
likes
160
points
230
downloads

Publisher

verified publisherdev-cetera.com

Weekly Downloads

2024.09.22 - 2025.04.06

A package that provides logging utilities for better debugging.

Repository (GitHub)

Topics

#console #debugging #logging #print #utility

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

path

More

Packages that depend on df_log