dev_log 1.0.1 copy "dev_log: ^1.0.1" to clipboard
dev_log: ^1.0.1 copied to clipboard

A simple, robust debug logging package for Flutter that only prints in debug mode

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dev_log

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

dependencies:
  dev_log: ^1.0.1

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:dev_log/dev_log.dart';
1
likes
160
points
14
downloads

Publisher

verified publisherpiyushbhardwaj.qzz.io

Weekly Downloads

A simple, robust debug logging package for Flutter that only prints in debug mode

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dev_log