var_dump 0.2.0 var_dump: ^0.2.0 copied to clipboard
Dumps details in tree from variable. Optionally exits.
Just terminal exit codes with more description to use in dart
Getting started #
dart pub add all_exit_codes
Usage #
import 'package:all_exit_codes/all_exit_codes.dart';
Never main() {
print('Maybe you are using this command wrong. Check the usage.');
exit(wrongUsage);
}
LICENSE #
CONTRIBUTE #
Just do a PR