If we don't normalize the `.absolute.path` will look like `/child/.` And `Directory('/child/.').parent` is `Directory('/child)`.
findPackageConfigFile
Closes https://github.com/flutter/flutter/issues/163901. I'm not aware of a case where this causes user crashes, but it could, and seems easy to fix/test.