When looking for app name extension splits package.yaml by '/n', but does not remove '/r' therefore breaking app name detection
i.e. 'name: app_test' becomes 'app_test/r'
I fixed it by wrapping return in getProjectNameFromPubspecFile
with Utils.removeNewLines