icecream 0.1.1 copy "icecream: ^0.1.1" to clipboard
icecream: ^0.1.1 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
0
pub points
9%
popularity

Publisher

unverified uploader

A simple debuger tool

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

inspect, test

More

Packages that depend on icecream