You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In simulator there's no problem, but tests get fail with an error:
The following assertion was thrown during layout:
A RenderFlex overflowed by 328 pixels on the bottom.
The relevant error-causing widget was:
Column
Column:file...
Wrapping it in an Expanded widget is not a solution, though it resolves the testing issue.
qr_flutter: ^4.1.0
The text was updated successfully, but these errors were encountered:
When the widget is placed inside a Column widget like this:
In simulator there's no problem, but tests get fail with an error:
Wrapping it in an Expanded widget is not a solution, though it resolves the testing issue.
qr_flutter: ^4.1.0
The text was updated successfully, but these errors were encountered: