tabler 1.1.0 copy "tabler: ^1.1.0" to clipboard
tabler: ^1.1.0 copied to clipboard

This library is displaying tabular data in ASCII table format.

Tabler #

Usage #

import 'package:tabler/tabler.dart';

main() {
  var tabler = Tabler(data: [['a', 'b', 'c']]);
  print(tabler);
  // +---+---+---+
  // | a | b | c |
  // +---+---+---+
}

License #

MIT

2
likes
160
pub points
55%
popularity

Publisher

unverified uploader

This library is displaying tabular data in ASCII table format.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

wcwidth

More

Packages that depend on tabler