String format(String source) { try { final formatter = DartFormatter(); source = formatter.format(source); } catch (e) { // } return source; }