ThomasEcalle / app_starter

Enables you to start a flutter application based on a template repository
MIT License
15 stars 4 forks source link

Support for copy files from the root directory of a flutter project #4

Open hashirshoaeb opened 1 year ago

hashirshoaeb commented 1 year ago

Hello,

I wanted to express my gratitude for the incredible work you've done on this project.

As of now, the project efficiently supports copying only 'libs' folders, which adequately meets the needs of most users. However, I had a specific requirement to copy the '.vscode' folder as well. One approach could have been to fork your repository and add a script for copying the additional folders as per individual requirements. But, I felt that this solution might not be very scalable.

After careful consideration, I opted for using Mason, a solution that offers scalability and modularity. This choice provides a more scalable and modular way to handle diverse copying needs.

I'm sharing my experience and thoughts here to assist others who might face a similar decision-making process. Lastly, thank you once again for this amazing repository. I've learned a lot from studying your code.

yagizdo commented 5 months ago

This pr update will work for you.

Pr: https://github.com/ThomasEcalle/app_starter/pull/5