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

outdated

Display 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
0
pub points
53%
popularity

Publisher

unverified uploader

Display table format.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on tabler