Hello community,
today I bring you a point that is close to my heart and I would like to have your point of view to understand how to act:
I follow this guide a bit to manage git repos and integrations with various systems https://docs.flutterflow.io/customizing-your-app/manage-custom-code-in-github
I have the following doubts:
the flutterflow code is often not "optimized", for example there are many things that can be fixed with the vscode quickfixes, other points like dipdendeze etc etc... I would first of all like to understand if it makes sense to do these quixkfixes and if in the When pulling a pull request from git, I would end up with a lot of code conflicts due to manual modifications.
What changes do you recommend to the code to go into production? Do we say things that could affect performance? I then noticed that the compiled app is very thought out in terms of MB, what could cause this in your opinion?