I have my FF project connected to a Github repo. I see where it publishes it to the FlutterFlow branch. I follow so far. I checked that branch out, made some changes then merged it into main. The thing is, that I don't think it is loading back into the app.
I had to rename the package for Android. I think there are a number of place in the code where the old package name is referenced. I know this because I am doing the first deploy on G. Play, where you have to manually upload the AAB file you download. When I do that, I get the build error that the AAB file has the wrong package name.
Either way, I just want to see how or if you can bring edits done in external editors such as Windsurf back into the FF codebase? I can't tell if I am stuck or it doesn't work that way.
The workflow presented in the video seems to be a one way trip. Checkout the FlutterFlow branch to develop, edit it, then merge develop with main. From there, FF is set to deploy from the main branch and when you hit deploy, it uses main which would include your edits.
I don't see how those edits can be persisted in the next version, which is essentially my goal.