static void logGeneratedFile(final String name, final String directory) { print('Successfully created ' + name + '.dart in lib/' + directory); }