var_dump 0.0.1
var_dump: ^0.0.1 copied to clipboard
Dumps details in tree from variable. Optionally exits.
example/var_dump_example.dart
import 'dart:io';
import 'package:var_dump/var_dump.dart';
Never main() {
print('Maybe you are using this command wrong. Check the usage.');
exit(wrongUsage);
}