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

A simple library to generate text-based table for console-printing.

tabulate #

A simple library to generate text-based table for console-printing, I created this because of, to my knowledge, the lack of this kinda tool which can be found in Python pypi, the tabulate lib, so that's where the name came from.

import 'package:tabulate/tabulate.dart';

void main() {
    print(tabulate([['row1-item1','row1-item2'],['row2-item1','row2-item2']], ['header1','header2']));
}
0
likes
20
pub points
12%
popularity

Publisher

unverified uploader

A simple library to generate text-based table for console-printing.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on tabulate