-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is bug when using material 3 "Size Error" #20
Comments
The same issue with me The following assertion was thrown during layout: The relevant error-causing widget was: Consider applying a flex factor (e.g. using an Expanded widget) to force the children of the RenderFlex to fit within the available space instead of being sized to their natural size. The specific RenderFlex in question is: RenderFlex#08d48 OVERFLOWING |
any progress on the issue . i m also facing this error |
Also facing the same issue using material 3 |
A temporary fix for this is adding marginR and paddingR to the NavigationBar like so:
|
thanks man . love for you |
same issue here |
this is working |
The navigation bar makes a size error when using material 3
The text was updated successfully, but these errors were encountered: