Hi FlutterFlow Team,
We’re building a multi-tenant SaaS product on FlutterFlow and love the speed of development. However, we’re hitting a wall due to the lack of GitHub branch syncing.
What We Need GitHub Branch Sync For:
We want to support:
Environment-based deployments (Dev, Staging, Production)
CI/CD pipelines linked to GitHub branches (
dev
,staging
,main
)Custom subdomains per tenant per environment
e.g.
tenant1.dev.myapp.com
,tenant1.app.myapp.com
This is standard practice in scalable SaaS apps.
The Problem Today:
FlutterFlow only pushes to a single branch (e.g.,
main
)No way to select different branches or sync changes back from GitHub
We’re forced to manually clone projects per environment, which is inefficient
The Ideal Solution:
If FlutterFlow allowed:
Selecting and syncing with multiple GitHub branches
Auto-push per branch (dev →
dev
, staging →staging
)
Then we could:
Set up clean CI/CD pipelines for each environment in GitHub
Host our app on platforms like Render/Firebase
Map subdomains per tenant/environment
Manage everything from one FlutterFlow project
This single feature — GitHub Branch Sync — would unlock professional-grade deployment and scalability for FlutterFlow-based SaaS products.
We hope you’ll consider it a top priority. Happy to discuss further or showcase our use case.
Thanks,