I am trying to implement multiple flavors(something like flavors, cause the flavors are from android) in flutter web but I can't find the proper way.
What I want to do:
1. I want to change the application's name.
1. I want to have different theme, colors, etc.... inside the index.html file.
I added dart-defines to customize dynamically the app's theme, but few things remain the same, like the styling that I have in index.html file(I changed it in order to have a loading page instead of the white screen).
I also tried to create two folders inside the web folder, but still, flavors don't work.
Is there any solution for this matter out there?
Has anyone faced this?