sparkline_console

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sparkline console

sparkline_console #

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])); // ▁▂▃▄▅▆▇█
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.