logger_beauty 1.0.2 logger_beauty: ^1.0.2 copied to clipboard
Transform your debug screens into beautiful, informative workspaces with this Flutter package. Supports DioInterceptor for effortless network request tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add logger_beauty
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
logger_beauty: ^1.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:logger_beauty/logger_beauty.dart';