String formatFile(String source) { final DartFormatter df = DartFormatter(); return df.format(source); }