© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tsuyoshi Chujo
Freelance Flutte developer. Developing a Flutter package of cropping images, named "crop_your_image".
Flutter constructs UI declaratively. Each widget can't be changed individually after rendered, so we have to rebuild the entire widget tree if we want to change even a single Text, though we don’t worry about the performance as the Flutter framework ...
Yuriy Novikov
Very informative. Thanx
Thanx a lot! Love your style.
I once checked the sources of GetX GetBuilder and surprise! in version 4 it uses setState(), but in version 5 marksNeedRebuild(). Will be the latter more performant than the first?
Yuriy Novikov
Very informative. Thanx