todo_info 1.0.1
todo_info: ^1.0.1 copied to clipboard
The TODO Info library analyzes code for TODO comments and reports.
example/todo_info_example.dart
import 'package:todo_info/todo_info.dart';
void main() async {
TodoConfig.initialization(typeInform: TypeInform.both, fileName: 'todo_info');
}