FlutterFlow branching + custom code flow

Greetings!! ๐Ÿ‘‹

I'm looking for advice from those experienced in team collaboration with FlutterFlow branches and custom code. If you've worked on a specific FlutterFlow branch, like "ff-feature-branch," could you share the recommended workflow for pushing that feature code to the Git repository for local testing alongside your custom code?

Specifically, I'm curious about whether the code in "ff-feature-branch," which hasn't been merged into the FlutterFlow "main" branch, should be committed and pushed into the Git "flutterflow" branch. Is the subsequent merge then into the Git "develop" branch the intended workflow for managing branches and custom code?

Thank you!!

EDIT: Alright, it seems that flutterflow branches can be linked to different repositories. So you could use a different repo if you don't want your git "flutterflow" branch from your original repository to get commits that are still in development and need to be tested locally among your custom code. Also, you can download the "ff-feature-branch" code you need to test locally, that's what I've ended up doing.

6