Branch referece in client for each environment

We are trying to adopt the 'branching approach'.

Till now we have different projects representing different environments (dev, stg, prod). In our client we have different env variables to target those projects depending on the git branch we trying to build.

So far so good.

Now, If we want to keep everything in one project but target different branches depending on the environment.... how do I have to initialize the SDK in my clients? We mainly use Flutter.

This is very confusing and I dont know how to adapt our CI-CD workflow to the new branching approach.
Captura_de_pantalla_2025-07-28_a_las_13.21.58.png
Was this page helpful?