Skip to content

Commit

Permalink
Add main differences between TextField and ExtendedTextField
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Jun 8, 2023
1 parent 0523169 commit 468dd36
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

[ExtendedTextField 在线 Demo](https://fluttercandies.github.io/extended_text_field/)

ExtendedTextField 是 Flutter 官方 TextField 的三方扩展库,主要扩展功能如下:

| 功能 | ExtendedTextField | TextField |
|-----------------------------------------|---------------------------------------------------------|----------------------------------------------------------|
| 图文混合 | 支持,可以实现图文混合显示 | 仅支持显示文本,但在选择文本时会出现问题 |
| 支持复制真实值 | 支持,可以复制出文本的真实值 | 不支持 |
| 根据文本格式快速构建富文本 | 支持,可以根据文本格式快速构建富文本 | 不支持 |




- [extended\_text\_field](#extended_text_field)
- [限制](#限制)
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Extended official text field to build special text like inline image, @somebody,

[Web demo for ExtendedTextField](https://fluttercandies.github.io/extended_text_field/)

ExtendedTextField is a third-party extension library for Flutter's official TextField component. The main extended features are as follows:

| Feature | ExtendedTextField | TextField |
|---------------------------------------|------------------------------------------------------|----------------------------------------------------|
| Inline images and text mixture | Supported, allows displaying inline images and mixed text | Only supports displaying text, but have issues with text selection |
| Copying the actual value | Supported, enables copying the actual value of the text | Not supported |
| Quick construction of rich text | Supported, enables quick construction of rich text based on text format | Not supported |

Please note that the translation provided above is based on the information you provided in the original text.

- [extended\_text\_field](#extended_text_field)
- [Limitation](#limitation)
- [Special Text](#special-text)
Expand Down

0 comments on commit 468dd36

Please sign in to comment.