Should I choose Flutter Web or a traditional web stack for my SaaS?

0
1
Asked By CreativeCoder99 On

I'm in the process of developing a SaaS application and I'm caught between two options: using a traditional web stack like Next.js and Firebase or going with Flutter Web, which would allow me to deploy to iOS and Android using the same code. I'm comfortable with both technologies, but I'm really questioning whether Flutter Web is reliable enough for a production-level SaaS user experience. Has anyone successfully built a significant web product with Flutter? If so, did you encounter any performance or responsiveness issues?

2 Answers

Answered By DevGuru85 On

I'd recommend sticking with a traditional web stack. Flutter Web isn't quite there yet for serious applications. Plus, you can always package your web app with something like Capacitor for mobile release if needed.

Answered By TechieTraveler12 On

I worked on a large industrial project using Flutter Web. It performed well initially, but after a year we switched to React.js and it became the best decision. Flutter is nice, but if you plan to release in app stores, consider React's capabilities.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.