Create an empty index.dart file
void createIndexFile(String relativePath, String content) { createFile('$relativePath/index.dart', content); }