fixer 0.1.1  fixer: ^0.1.1 copied to clipboard
fixer: ^0.1.1 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
  );
}