I want to upgrade flutter existing project so i copied lib folder and other things but i have not knowledge in IOS I want to incorporate the iOS-related configurations from the existing Flutter project into this new one. Specifically, I’m wondering which files or codes from the ios directory of the original project should be copied over to the new project.
like android we should just check android Manifest and gradle files.