When there is a line that goes from Figma to Flutter, Figma consider those lines to be 0 width or height to horizontal or vertical respectively. So when the code is generated it overflows for the divider thickness (usually 1).
To Reproduce
Steps to reproduce the behavior:
Create an autolayout with at least 3 childen
One of those children must be a line created on Figma as a divider
Generate the code & see output
Impact of the problem
Overflow errrors
Environment:
OS: macOS
Screenshots
Additional comments/context:
If applicable, add any additional context related to the bug.
Describe the bug
When there is a line that goes from Figma to Flutter, Figma consider those lines to be 0 width or height to horizontal or vertical respectively. So when the code is generated it overflows for the divider thickness (usually 1).
To Reproduce
Steps to reproduce the behavior:
Impact of the problem
Overflow errrors
Environment:
Screenshots
Additional comments/context:
If applicable, add any additional context related to the bug.