static bool pathExists(String path) { return FileSystemEntity.typeSync(path) != FileSystemEntityType.notFound; }