Lack of native widgets

The fact that Flutter doesn’t use native widgets can be an advantage, but also a drawback of this SDK. Why?

Because if you decide to build an app using the Flutter framework, and then a new version of iOS or Android is launched, then your app will not update to the newest UI changes.

This case scenario requires you to update a library (which is fast), rebuild an app, and then publish its new version in app stores. On the other hand, using Flutter widgets, you are sure that what the app you publish in app stores won’t change without you knowing about it. Thus, you won’t be surprised that a new OS version changes something in an app.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *