|
|
|
|
|
by casralad
1520 days ago
|
|
>cross platform frameworks improved No serious mobile application is built with a cross platform framework. It's a development strategy that relies on the product being "good enough". Please prove me wrong. I would love to see counter-examples. |
|
I agree that for the large technology companies having a team to build a native app for both platforms is worth it - you get an optimised, native feeling experience for both platforms. For smaller companies with e.g. two developers building an app as part of a larger service then the cross platform frameworks can give you a lot of bang for your buck. They're also a good starting point to get something out, and then if you wish you can begin to incrementally replace bits with native if that's beneficial.
Personally I'm also a big Flutter fan. Even leaving aside the cross platform benefits I find it a very pleasant development experience that gives very predictable results on whatever it ends up running on. I haven't yet properly used Swift UI though, which adopts a similar approach.