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

outdatedDart 1 only

Sparkline for command line applications

sparkline_console #

A library for generating command line sparklines.

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
30
points
24
downloads

Publisher

verified publisheravtobiografia.com

Weekly Downloads

Sparkline for command line applications

Repository (GitHub)

License

MIT (license)

More

Packages that depend on sparkline_console