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