var_dump

Creator: coderz1093

Last updated:

0 purchases

var_dump Image
var_dump Images
Add to Cart

Description:

var dump

Dumps details in tree from variable. Optionally exits.
Getting started #
dart pub add dev:var_dump
copied to clipboard
Usage #
import 'package:var_dump/var_dump.dart';

void main(List<String> args) async {
Map<String, dynamic> objects = {
'string': 'Josh',
'int': 10,
'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(objects);
}
copied to clipboard
LICENSE #
BSD 3-Clause License
CONTRIBUTE #

Just do a PR

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.