· So far loving FlutterFlow

ConditionalBuilder or conditional visibility: which is better or faster?

Hi, I have a lot of pages that leverage conditional visibility to show different elements, e.g., depending on whether a query returns records or now. They were built before the ConditionalBuilder widget was released.

So now I am wondering: Which is better/faster – using the ConditionalBuilder or using conditional visibility? I don't really care about what is better to maintain in the IDE, I just want to provide the best user experience.

Any advice?

Cheers,
Bastian

3 replies