fixer 0.1.0 fixer: ^0.1.0 copied to clipboard
A framework to make large analysis options migrations easier
import 'package:fixer/fixer.dart';
void main() {
fix(
{'public_member_api_docs': (_, line) => '/// TODO: Document this!\n$line'},
workingDirectory: '../', // Optional
);
}