termstyle 1.9.0 copy "termstyle: ^1.9.0" to clipboard
termstyle: ^1.9.0 copied to clipboard

A small library to make writing command-line apps more fun. Bringing emojis and colors to your console!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add termstyle

With Flutter:

 $ flutter pub add termstyle

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

dependencies:
  termstyle: ^1.9.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:termstyle/termstyle.dart';
3
likes
130
pub points
19%
popularity

Publisher

verified publisherblckunicorn.art

A small library to make writing command-line apps more fun. Bringing emojis and colors to your console!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

lints

More

Packages that depend on termstyle