todo_extractor 1.0.2 copy "todo_extractor: ^1.0.2" to clipboard
todo_extractor: ^1.0.2 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;
}

// TODO: asdsad
// sadfasd
4
likes
150
points
6
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