For debugging purposes - I want to have multiple builds of my flutter app. One - should be from google play and few others like "App Name - Dev" Or "App Name - STG". I tried to use flavors and modifying android:label="@string/app_name"
however I cant install new build of app - android complains with following message - app not installed as package conflicts with an existing package
So how do I have multiple builds of same app on my device?