isFlutterProject static method

bool isFlutterProject()

Implementation

static bool isFlutterProject() {
  return File("pubspec.yaml").existsSync();
}