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

🚧 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) {
    TODO("Handle empty list of numbers.");
  }
  TODO("Find the maximum.");
}
7
likes
140
pub points
65%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on todo