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 Flutter:
$ flutter pub add snug_loggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
snug_logger: ^1.0.0Alternatively, 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';