Text mac char ellipsis conditions

Widgets & Design

I am trying to define, dynamically, the maximum characters for a text based on the size of the screen, so that I can use Ellipsis-type Text Overflow.

It doesn't work.

I am attaching a screenshot of what I am doing.

I have tried all types of Text Expansion.

Can you tell me where I am going wrong?

Is there a bug?

I would like to avoid using a custom function.

Thanks

What have you tried so far?

Text Max charatters allowed
Conditional Value
IF screenWidth < 500
THEN Value 5
ELSE Value 25
Default 100

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply