I would like to ask all FlutterFlow fans.
Which of the following do you think is the best configuration for PCs, mobile browsers, and mobile native apps?
Please share your thought and the reasoning behind it in the comments.
Additionally, I would love to hear about the drawbacks of the options you didn’t choose.
Optimize for multiple devices on one page within a single project.
Create separate pages for PCs and mobiles within a single project.
Create separate projects for PCs and mobiles, optimizing the mobile version for both browsers and apps.
Other (Please specify)
I've created multiple projects and tried different configurations for each project, but I haven't reached perfection yet. For example, if I try to control the columns on one page, I can set it to 4 columns on desktop, 2 columns on tablet, and 1 column on mobile, but I feel that the configuration is a bit complicated. The main concern is that more app code tends to increase load times, especially on mobile browsers.
However, if I divide it into separate pages, the work will be several times more when updating the functions.
Any opinions are welcome!