snug_logger 1.0.10 snug_logger: ^1.0.10 copied to clipboard
Snug Logger - Cozy, Fun, Powerful! Elevate your coding with simplicity and a touch of fun. Logging made delightful.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snug_logger
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
snug_logger: ^1.0.10
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:snug_logger/snug_logger.dart';