Multiple versions of the same application

Hello everyone!

I want to create multiple versions of my application depending on the type of user (Which is taken at the time of login). One version for players, one version for owners, and so on.

I've started my flutterflow journey recently and I'm not sure how to execute this. Like, am I supposed to hide the widgets depending on the type of user? that wouldn't be practical because all the users won't have the same pages. Can I make different applications/codes and after login, the app would run the code based on the type of user? I'm really not sure.

Your help would be much appreciated!!

1 reply