TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features

Provides a logger that can be used with a simple one-liner. Can create simple logs for:

• Error • Warning • Info • Success

It looks like this

Getting started

Just Download the package, import it, and start using.

import 'packages:simple_colored_logger/simple_colored_logger.dart';

void main(){
  
}

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.