Flutter vs Native App
JinHyeong Kim
6 replies
What kind of projects do you think benefit most from Flutter’s cross-platform capabilities?
Replies
SeYongSim@leoo_sim
E-commerce and Fintech.
Share
For most apps, going native is still the way to go for performance and full platform feature access. But Flutter is catching up fast, especially for simpler apps. If you need to target both iOS and Android with limited dev resources, Flutter can be a great option to get an MVP out quickly. Really comes down to your specific app requirements and dev team makeup. Would love to hear what others think - native or Flutter for e-commerce and fintech apps?
@jonathanmichaelblake I believe native development is more suitable for e-commerce and fintech app development.
It seems better to choose based on the purpose rather than the type. Naturally, for performance-intensive apps like games, native development would be better. However, if the app needs to be released on multiple platforms and performance isn’t a top priority, Flutter might be a better choice.