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 .gitignore files:- There will be 3 .gitignore files
I tried this procedure to run my flutter project which i built in fedora (linux) and copied and run in mac
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