-
Notifications
You must be signed in to change notification settings - Fork 52
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
Overflow in cases
environment
#17
Comments
Thank you for your feedback. I'll check that. Possibly missing some tests. Meanwhile as a suggestion, for display equation overflow caused by #8, you can always wrap it inside a scrollable widget. |
Yes, that's what I figured out too. But the thing is that I don't like when these blocks are scrollable, because Not in a scrollable widget :
In a scrollable widget :
(and I prefer the first one, but I also think I will have to implement the second one.) It would be great if Flutter allowed us to detect when an overflow occurs (so that I can use scrollable widgets only when needed), but I don't think it's possible, sadly 😄 |
It is a combination of corner cases inside This overflow is only painted inside a debug environment. The positioning of all the elements is still correct. It should not have any impact in profile and release mode. |
Great @znjameswu ! |
Cela pouver causer des ralentissements sur certains appareils. Il reste à attendre les mises à jours prochaines de flutter_widget_from_html_core (cf. daohoangson/flutter_widget_from_html#365) et de flutter_math (cf. znjameswu/flutter_math#17) avec la release.
Hey @znjameswu, do you have any news about this one ? |
Sorry I'm having quite a burnout recently. I will work on this one as soon as possible. |
Take your time @znjameswu, I know what it is to be completely overwhelmed with work. |
Thanks a lot ! |
Hey,
First, thank you for this great plugin ! I'm currently trying to implement it in my app alongside
flutter_widget_from_html_core
. But everytime I'm using thecases
environment, I get aRenderLine overflowed of 16 pixels
error.(the second overflow error is due to #8)
The
Math
widget is inserted as an inline widget and its parent is aColumn
widget.The text was updated successfully, but these errors were encountered: