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

outdated

🛠 Offers a TODO() method to indicate that code has not been implemented yet.

example/main.dart

import 'package:todo/todo.dart';

int maximumOf(List<int> numbers) {
  if (numbers.isEmpty) {
    return TODO("Handle empty list of numbers.");
  }
  TODO("Find the maximum.");
}
7
likes
0
pub points
64%
popularity

Publisher

unverified uploader

🛠 Offers a TODO() method to indicate that code has not been implemented yet.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on todo