yuzumone / tabler

Dart library is displaying tabular data in ASCII table format.

Home Page:https://pub.dev/packages/tabler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabler

Usage

import 'package:tabler/tabler.dart';

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

License

MIT

About

Dart library is displaying tabular data in ASCII table format.

https://pub.dev/packages/tabler

License:MIT License


Languages

Language:Dart 100.0%