Hacker News new | ask | show | jobs
by farmin 1639 days ago
That's cool. Ill dig in bit further. Sorry I have not read the above links yet. But follwup question may be answered in them. I noticed a github connect feature. Is that for being able to pull the code into your own IDE and develop locally or does all code need to be added inside FlutterFlow?
1 comments

Yep, you can push the latest changes directly to Github. We always use a specific branch "flutterflow". Users can then merge in changes, as long as the changes on the main branch are not changing the layout visuals significantly, Git handles the merge nicely.

Ofc you can't import code into FF from your main branch, at least at the moment. But it's still been working well for our users