How Flutter renders the UI

Medium-Thomas-Flutter-Renders

As developers we make our UI through widgets, but how do they end up on the screen? How do we get that smooth 120 frames per second? Let’s do a quick deep-dive in how the framework goes from the widgets we create to painting the pixels on the screen!

Read more

Gerelateerde artikelen