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.

example/sparkline_console_example.dart

import 'package:sparkline_console/sparkline_console.dart';

void main() {
  final sparkLine = SparkLine();
  print(sparkLine.generate([1, 2, 3, 4, 5, 6, 7, 8])); // ▁▂▃▄▅▆▇█
}
1
likes
160
points
41
downloads

Publisher

verified publisheravtobiografia.com

Weekly Downloads

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