better_print 1.3.3 copy "better_print: ^1.3.3" to clipboard
better_print: ^1.3.3 copied to clipboard

A better way to print. show file location for log message for easier navigation in IDE (i.e. vscode).

better_print #

A better way to print.

Often time we use print for quick debug. Although modern IDE is better equipped for debugging, sometimes it's okay to do some dumb print to console. But you always need to do a cleanup afterward and it can be tedious to do so. this plugin can make it easier to navigate using the same modern IDE.

Getting Started #

Add better_print to your project.

    better_print: ^1.3.3

run flutter packages get and import better_print

import 'package:better_print/better_print.dart';

How to use #

  betterPrint('message');
1
likes
140
pub points
19%
popularity

Publisher

unverified uploader

A better way to print. show file location for log message for easier navigation in IDE (i.e. vscode).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on better_print