TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Provides a logger that can be used with a simple one-liner. Can create simple logs for:
• Error • Warning • Info • Success
Just Download the package, import it, and start using.
import 'packages:simple_colored_logger/simple_colored_logger.dart';
void main(){
}
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
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.