var_dump 0.4.0 copy "var_dump: ^0.4.0" to clipboard
var_dump: ^0.4.0 copied to clipboard

Dumps details in tree from variable. Optionally exits.

example/var_dump_example.dart

import 'package:var_dump/var_dump.dart';

void main(List<String> args) async {
  Map<String, dynamic> allObjects = {
    'string': 'string',
    'int': 1,
    'double': 1.0,
    'bool': true,
    'list': [1, 2, 3],
    'map': {'key': 'value'},
    'function': () {},
    'symbol': #symbol,
    'type': int,
    'uri': Uri.parse('https://example.com'),
    'null': null
  };

  dd(allObjects);
}
2
likes
0
pub points
34%
popularity

Publisher

verified publisherhelio.me

Dumps details in tree from variable. Optionally exits.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

all_exit_codes

More

Packages that depend on var_dump