Parabeac/parabeac_core

Dividers are not being consider on height/width calculation

SushiRoll53 opened this issue · 1 comments

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:

  1. Create an autolayout with at least 3 childen
  2. One of those children must be a line created on Figma as a divider
  3. Generate the code & see output

Impact of the problem

Overflow errrors

Environment:

  • OS: macOS

Screenshots

Screen Shot 2022-10-06 at 5 37 42 PM

Additional comments/context:

If applicable, add any additional context related to the bug.

This was fixed on PBDL