snug_logger 1.0.0 snug_logger: ^1.0.0 copied to clipboard
Elevate your Flutter app's logging experience with snug_logger – the cozy companion for developers who value simplicity, performance, and a touch of fun! This logging package goes beyond the ordinary, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add snug_logger
With Flutter:
$ flutter pub add snug_logger
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
snug_logger: ^1.0.0
Alternatively, your editor might support dart pub get
or 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';