bool isFlutterProjectBuilt(Directory directory) { final buildDir = Directory('${directory.path}/build'); return buildDir.existsSync(); }