Flavours in flutter flow - approaches for doing this

So I have an existing app in flutter and I'm considering moving to flutter flow because the UI work will be easier for the next upgrade. The app currently supports flutter flavours, so different skins of the app based on the currently set flavour and those different flavours result in different compiles and builds which go to different stores.

Does flutter flow support this directly? I don't think it does, but it does support conditional pages and globals.

Can I ask whether anyone here is producing multiple apps from one code base?

Or can one project only ever end up as a single build?

thanks
Paul

4