todo_extractor 1.0.1 copy "todo_extractor: ^1.0.1" to clipboard
todo_extractor: ^1.0.1 copied to clipboard

This package will allow you to pull your TODOs into a independent file in the root directory.

example/lib/example.dart

int multiply() {
  return 6 * 7;
}

int substruct() {
  return 6 - 7;
}

int divide() {
  return 6 ~/ 7;
}

int add() {
  // TODO: implements add() method
  return 0;
}
4
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

This package will allow you to pull your TODOs into a independent file in the root directory.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, file, glob

More

Packages that depend on todo_extractor