print_beautiful 0.0.1+2 copy "print_beautiful: ^0.0.1+2" to clipboard
print_beautiful: ^0.0.1+2 copied to clipboard

print() function that helps to understand the structure of the object printed

example/main.dart

import 'package:print_beautiful/print_beautiful.dart';

main() {
  final obj = {
    'a': 'a',
    'b': 'b',
    'c': [1, 2, 3],
    'd': {'a1': 'a1'},
    'e': 1,
    'f': true,
  };
  printBeautiful(obj);
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

print() function that helps to understand the structure of the object printed

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, equatable, meta

More

Packages that depend on print_beautiful