Skip to content

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

License

Notifications You must be signed in to change notification settings

arhamcode/print_table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']));
}

Pub.dev

Github

About

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

Resources

License

Stars

Watchers

Forks

Languages

  • Dart 100.0%