Partial inline widget support #468
matthew-carroll
started this conversation in
Milestones
Replies: 1 comment
-
This is a requirement for Superlist and I'd like to see this latest directly after 0.3. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Support a subset of inline widget use-cases:
:fire:
, with a small bitmap (non-emoji). The bitmap can appear anywhere in the text, and therefore it needs to play nice with text selection.The reason that we're supporting partial inline widgets, instead of full-featured inline widgets, is because Flutter's text layout algorithm can't break a widget across multiple lines, which is required for use-cases like inline code.
Funding
Superlist, Turtle
Beta Was this translation helpful? Give feedback.
All reactions