print_table

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

print table

print_table #
This package forked from tabulate
A simple library to generate text-based table for console-printing
import 'package:print_table/print_table.dart';

void main() {
print(tabulate([['row1-item1','row1-item2'],['row2-item1','row2-item2']], ['header1','header2']));
}
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.