shaburger 0.2.0 copy "shaburger: ^0.2.0" to clipboard
shaburger: ^0.2.0 copied to clipboard

A little naive logger ! I wanted something simple with colours and possibility to write log to disk and all the existing log lib gave me a headache so ... Shaburger !

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shaburger

With Flutter:

 $ flutter pub add shaburger

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

dependencies:
  shaburger: ^0.2.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:shaburger/shaburger.dart';
1
likes
110
pub points
18%
popularity

Publisher

verified publisherprojetretro.io

A little naive logger ! I wanted something simple with colours and possibility to write log to disk and all the existing log lib gave me a headache so ... Shaburger !

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

chalkdart

More

Packages that depend on shaburger