I copied a project that I am developing in the notebook to my desktop computer, but the path where the flutter sdk is installed in the folder is different, and this caused s
Delete the files and folders listed in .gitignore, android/.gitignore and ios/.gitignore. They are regenerated automatically.
If you use Git (GitHub) to commit and clone, these files and folders will be omitted automatically because of .gitignore files.
Update
The 3 .gitignore files where unified into a single one.
Related issue https://github.com/flutter/flutter/issues/26014