tabular 0.2.2-alpha tabular: ^0.2.2-alpha copied to clipboard
Dart library for easily displaying tabular data in a visually appealing ASCII table format.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tabular
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
tabular: ^0.2.2-alpha
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tabular/tabular.dart';