Replies: 2 comments
-
cc @erickok |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think I closed and/or commented on all of them. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
#598 - I don't think this is necessary to add, we have percent and rem support using standard CSS syntax, and people could probably make Flutter specific implementations using MediaQuery if they really want to
#700 - unable to reproduce anymore
#730 - we follow HTML guidelines so we don't need to fix anything. A workaround is provided for those who don't like the standard behavior
#742 - this is a Flutter limitation as we can't add padding to TextSpans
#743 - OP was using an old version of the package pre-nullsafety, nothing we can do there
#755, #757, #766, #774, - question that was answered already
#777, #780 - the underlying issue here was fixed in #781
#786 - We can't add this feature because
TextSpan
can't have multipleGestureRecognizer
s.#793 - We don't support desktop at the moment
#794 - out of scope
#806 - no further details given
#816 - fixed by #778
#817 - we can't control this one, its an issue with
chewie
#831 - issue with user font face
#833 - incorrect use of maxLines
#834 - fixed by #837
#843 - dependency issue
#844 - fixed by #846
#854 - issue with flutter rather than the package
#855 - solutions given in comments
#856 - can be done with customRender
#868 - we can't be a full-on browser and render stuff like payment gateways
#870 - flutter limitation with no widgetspan allowed in selectable text
#871 - resolved with updating flutter_math_fork
#873 - this feature is available
#874 - help given in comments
#877 - issue with sub-dependency
#883 - solved by customRender
Unsure on:
#832 - on the one hand we follow HTML spec and dont inherit color property, but on the other hand I assume the span should be colored blue here?
#862 - should we support this functionality?
Beta Was this translation helpful? Give feedback.
All reactions