static bool isFile(String filePath) { FileSystemEntityType type = FileSystemEntity.typeSync(filePath); return type == FileSystemEntityType.file; }