arna_logger 1.0.7 copy "arna_logger: ^1.0.7" to clipboard
arna_logger: ^1.0.7 copied to clipboard

Arna Logger is a small and pretty logger for your applications.

pub.dev

Introduction #

A pretty logger for your applications.

Getting Started #

Add Arna Logger as a dependency in your pubspec.yaml:

dependencies:
  arna_logger: ^1.0.7

Import it:

import 'package:arna_logger/arna_logger.dart';

Use it!

arnaLogger(title: 'Arna Logger', data: 'Hello World');
┌─────────────────────────────────────────────────────────────────────┐
│ Arna Logger                                                         │
├─────────────────────────────────────────────────────────────────────┤
│ Hello World                                                         │
└─────────────────────────────────────────────────────────────────────┘
arnaLogger(
  title: 'Arna Json Logger',
  data: {'text': 'foo', 'value': '2'},
);
┌─────────────────────────────────────────────────────────────────────┐
│ Arna Json Logger                                                    │
├─────────────────────────────────────────────────────────────────────┤
│ {                                                                   │
│   "text": "foo",                                                    │
│   "value": "2"                                                      │
│ }                                                                   │
└─────────────────────────────────────────────────────────────────────┘

License #

Arna Logger is BSD 3-Clause licensed.

1
likes
155
pub points
59%
popularity

Publisher

unverified uploader

Arna Logger is a small and pretty logger for your applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on arna_logger