Hi, I wonder if anyone has already tried merging flutterlow with custom codes in github - for purposes such as adding custom home widget (not the widget from within the app, etc.? Our team have been following this method from the documentation, but sometimes, the flutterflow branch deletes custom codes from develop branch. TIA
Github custom codes
Custom Code
We have tried adding another branch to merge flutterflow into before going into develop branch, but it still deletes the custom codes.
Steps taken so far:
Created 4 branches: flutterflow (where flutterflow codes are pushed) > for_pulls (dummy) > development (this is where the custom codes are) > main (for deployment).
Sometimes it works, but sometimes, merging for_pulls < flutterflow deletes the custom codes already, and whenever that happens, custom code from development and main branches are also being deleted.
Yes