debug_print 0.0.1+1 copy "debug_print: ^0.0.1+1" to clipboard
debug_print: ^0.0.1+1 copied to clipboard

A simple debug print for Dart

DebugPrint #

DebugPrint is a simple tool that provides two static methods for printing messages:

  1. print(): A regular print function.
  2. debugPrint(): A debug print function that only runs if the application is in developer mode.

This allows you to use debugPrint() in development without affecting the production environment.

0
likes
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A simple debug print for Dart

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on debug_print