unilogger 0.0.1
unilogger: ^0.0.1 copied to clipboard
A unified logging package for Flutter and Dart projects. Supports console logging, Dio requests, HTTP requests, and GraphQL operations with pretty formatting and color output.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add uniloggerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unilogger: ^0.0.1Alternatively, 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:unilogger/unilogger.dart';