79447344

Date: 2025-02-18 06:52:21
Score: 0.5
Natty:
Report link

You can wrap each of your FormChecklistCheckbox with Expanded or Flexible.

The result of this, I tested on a small screen device with large font rendering enabled, is bottom overflow somewhere, which may make widgets overlapping over one other.

overflow_pic

To overcome this, I also wrapped the Text and Checkbox widgets used within the FormBuilderField widget with Expanded and the result looked like:

text_bottom_clipped_pic

Here, for long text, the bottom appears clipped.

I then also tried wrapping the same Text filed that I previously wrapped with Expanded with FittedBox. Now the text fit, but since we're using Flexible/Expanded and FittedBox, the text appear large somewhere and somewhere they are small. You can try and check for yourself and choose whichever you prefer or just ignore.

after_fittedbox_pic

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rusty