sparkline_console 2.0.0 copy "sparkline_console: ^2.0.0" to clipboard
sparkline_console: ^2.0.0 copied to clipboard

Simple sparkline for command line applications. Allows for custom level set.

sparkline_console #

Build Status

A library for generating command line sparklines.

In the package repository: here

Adapted from this Go library.

Usage #

A simple usage example:

import 'package:sparkline_console/sparkline_console.dart';

main() {
  var sparkLine = new SparkLine();
  print(sparkLine.generate([1, 2, 3, 4, 5, 6, 7, 8])); // ▁▂▃▄▅▆▇█
}
1
likes
140
pub points
0%
popularity

Publisher

verified publisheravtobiografia.com

Simple sparkline for command line applications. Allows for custom level set.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on sparkline_console