icecream 0.1.2 copy "icecream: ^0.1.2" to clipboard
icecream: ^0.1.2 copied to clipboard

outdatedDart 1 only

A simple debuger tool

example/example.dart

import 'package:icecream/icecream.dart' show ic;

num bar(num x, num y) {
  return x + y;
}

main() async {

  ic();

  ic(bar(1, 2));
}
1
likes
15
pub points
14%
popularity

Publisher

unverified uploader

A simple debuger tool

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

inspect

More

Packages that depend on icecream