emodebug 0.6.0 copy "emodebug: ^0.6.0" to clipboard
emodebug: ^0.6.0 copied to clipboard

Emoji based semantic debuging. Debug the state and execution flow of a program with familiar idioms

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add emodebug

With Flutter:

 $ flutter pub add emodebug

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  emodebug: ^0.6.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:emodebug/emodebug.dart';
2
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Emoji based semantic debuging. Debug the state and execution flow of a program with familiar idioms

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

extra_pedantic, meta, pedantic

More

Packages that depend on emodebug