smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 130 forks source link

Home Page Document Card RenderFlex overflowed #225

Closed swarupbc closed 3 years ago

swarupbc commented 3 years ago

`This is considered an error condition because it indicates that there is content that cannot be seen. If the content is legitimately bigger than the available space, consider clipping it with a ClipRect widget before putting it in the flex, or using a scrollable container rather than a Flex, like a ListView.

The specific RenderFlex in question is: RenderFlex#69c5f relayoutBoundary=up14 OVERFLOWING ════════════════════════════════════════════════════════════════════════════════ ` Screenshot_2021-03-24-00-28-21-15

swarupbc commented 3 years ago

@anushbhatia I think this issue has been solved, you should close this issue.