log_print 0.0.2 log_print: ^0.0.2 copied to clipboard
A Flutter package for managing consol printing in debug mode and release mode and colorful just for VSCode.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add log_print
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
log_print: ^0.0.2
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:log_print/log_print.dart';