Creating a web app from existing mobile app

Best Practices

I know flutterflow can handle web, iOS and android from same code base. But I felt it is very difficult to maintain the same code for web and mobile if application is feature rich and complex. I have a mobile app which is developed long ago and now I want web app with same feature, but its UI is completely different, and some pages may share components, and some of widgets are not supported for web and mobile together. backend and actions are same for both and designing using flutterflow responsiveness and designing web app separately which is good idea? For future maintenance and cost effectiveness which will be good as if I need to fix some bug and add some feature in future if it built separate, I need to change both app, if it is in same app also i need to fix it in different places as UI is completely different for both. Give me some tip to handle this.

3
6 replies