copy project / folder flutter to another computer

后端 未结 2 1710
庸人自扰
庸人自扰 2020-12-12 00:13

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

2条回答
  •  鱼传尺愫
    2020-12-12 00:17

    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

提交回复
热议问题