My query is how can we build multiple apps with different UI's from one project. Example:
HomePage
has (home1, home2, home3
) 3 different Ui's , i want to add home1
for one app, home2
for other app and so on.
So that i can create similar apps with slightly different UI.
How can we configure the same in flutter?
Any help would be appreciated.