0 purchases
tabler
Tabler #
Usage #
import 'package:tabler/tabler.dart';
main() {
var tabler = Tabler(data: [['a', 'b', 'c']]);
print(tabler);
// +---+---+---+
// | a | b | c |
// +---+---+---+
}
copied to clipboard
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.