79522967

Date: 2025-03-20 12:46:27
Score: 1.5
Natty:
Report link

Seems like it's still open issue.
https://github.com/flutter/flutter/issues/14288

There're lots of workarounds in that thread, such as

  1. Cover the gap with BoxShadow.
    https://github.com/flutter/flutter/issues/37578#issuecomment-640302364
  2. Use Transform.translate. (Similar to Ravindra's answer)
    https://github.com/flutter/flutter/issues/37578#issuecomment-518318759
  3. Some others...
    https://github.com/flutter/flutter/issues/14288#issuecomment-1026332976

Also, try to use Impeller if you're not using yet. Some people say Impeller fixes this issue.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Leo