Author: the_programmer

Flutter Trees 0

What are Flutter trees?

Flutter is a highly optimized language with a core focus on optimization and smoother UI animations. Flutter uses various techniques to ensure this; one of them is using Flutter trees for faster UI rendering....

Flutter Composition 0

What is Flutter Composition

Flutter Composition is a process of combining multiple widgets or visual elements to create a user interface. In Flutter, composition is achieved by creating a hierarchy of widgets. Each widget creates it’s own constraints...