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
| Customized text overflow effects | Supported, allows customizing the overflow widget and controlling overflow positions (before, middle, after) | Not supported ([26748](https://github.com/flutter/flutter/issues/26748),[45336](https://github.com/flutter/flutter/issues/45336)) |
16
-
| Copying the actual value of special text | Supported, enables copying the actual value of the text, not just the placeholder value of WidgetSpan | Can only copy the placeholder value of WidgetSpan (\uFFFC) |
17
-
| Quick construction of rich text based on text format | Supported, enables quick construction of rich text based on text format | Not supported |
| Customized text overflow effects | Supported, allows customizing the overflow widget and controlling overflow positions (before, middle, after) | Not supported ([26748](https://github.com/flutter/flutter/issues/26748),[45336](https://github.com/flutter/flutter/issues/45336)) |
16
+
| Copying the actual value of special text | Supported, enables copying the actual value of the text, not just the placeholder value of WidgetSpan | Can only copy the placeholder value of WidgetSpan (\uFFFC)|
17
+
| Quick construction of rich text based on text format | Supported, enables quick construction of rich text based on text format | Not supported|
18
18
19
19
> `HarmonyOS` is supported. Please use the latest version which contains `ohos` tag. You can check it in `Versions` tab.
20
20
@@ -40,6 +40,9 @@ dependencies:
40
40
- [Custom Background](#custom-background)
41
41
- [Custom Overflow](#custom-overflow)
42
42
- [Join Zero-Width Space](#join-zero-width-space)
43
+
- [Gradient](#gradient)
44
+
- [GradientConfig](#gradientconfig)
45
+
- [IgnoreGradientSpan](#ignoregradientspan)
43
46
44
47
## Speical Text
45
48
@@ -481,12 +484,12 @@ refer to issues [24335](https://github.com/flutter/flutter/issues/24335)/[24337]
481
484
482
485
refer to issue [26748](https://github.com/flutter/flutter/issues/26748)
0 commit comments