static bool isFlutterProject(String path) { final pubspecPath = p.join(path, 'pubspec.yaml'); return File(pubspecPath).existsSync(); }