termistyle 1.0.1 copy "termistyle: ^1.0.1" to clipboard
termistyle: ^1.0.1 copied to clipboard

Terminal styling primitives built for the terminice package — ANSI color palettes, box-drawing glyphs, display features, themes, and text utilities for CLI applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add termistyle

With Flutter:

 $ flutter pub add termistyle

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

dependencies:
  termistyle: ^1.0.1

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:termistyle/termistyle.dart';
1
likes
160
points
139
downloads

Documentation

API reference

Publisher

verified publisherjozz.biz

Weekly Downloads

Terminal styling primitives built for the terminice package — ANSI color palettes, box-drawing glyphs, display features, themes, and text utilities for CLI applications

Homepage
Repository (GitHub)
View/report issues

Topics

#terminal #cli #style #ansi #theme

License

MIT (license)

More

Packages that depend on termistyle