unilogger 0.0.1 copy "unilogger: ^0.0.1" to clipboard
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 unilogger

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  unilogger: ^0.0.1

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:unilogger/unilogger.dart';
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, graphql_flutter, http, logger, pretty_dio_logger

More

Packages that depend on unilogger