dchalky 0.0.2 copy "dchalky: ^0.0.2" to clipboard
dchalky: ^0.0.2 copied to clipboard

A simple and elegant way to add colors and styles to your Dart/Flutter console logs, inspired by Chalk.js

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dchalky

With Flutter:

 $ flutter pub add dchalky

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

dependencies:
  dchalky: ^0.0.2

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:dchalky/dchalky.dart';
0
likes
160
points
28
downloads

Publisher

verified publisherneryad.dev

Weekly Downloads

A simple and elegant way to add colors and styles to your Dart/Flutter console logs, inspired by Chalk.js

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dchalky