extended_text_field icon indicating copy to clipboard operation
extended_text_field copied to clipboard

extended official text field to quickly build special text like inline image, @somebody, custom background etc.

Results 51 extended_text_field issues
Sort by recently updated
recently updated
newest added

![截屏2022-08-11 上午10 50 38](https://user-images.githubusercontent.com/17976216/184057020-e0cee2dd-d603-4c80-956b-aba62c667321.png) on MacOS, the cursor position is not after character but on the middle

我想让输入框的光标自动跟随行高,请问有办法么。

pad外接键盘中文输入联想词不支持上下左右控制,而且点击键盘delete时,联想词不会同步更 https://user-images.githubusercontent.com/16076050/178196666-4915c374-6a8e-42a8-94b1-012040d32efa.mp4 新

Set to True if you want to monitor keyboard paste operations externally and handle them yourself

It would be useful to have a property to set the cursor color instead of getting it from the theme. Or to be able to set the theme of the...

1.在正常的字符串按左右方向键,可以正常前后移动光标,但是遇到特殊字符串就移动不了。 2.焦点在编辑框内,按住Ctrl键,再按左右方向键,光标跳转的位置错乱。不是切换在每个单词的前面。

您好,首先感谢您提供这么好的开源项目,现在在使用中遇到了问题,还望能帮忙解疑。 我并没有实现@的特殊字符方法 当我输入文本时,只要包含@符号就会报错 我当前使用环境 win10,dart:2.15.0 flutter:2.8.1 Another exception was thrown: A KeyDownEvent is dispatched, but the state shows that the physical key is already pressed. If this occurs in real...

1.需求是做一个@人的uid收集 加入@的时候可以实现,但是键盘退格删除@的模块后怎么知道是删除了这个@的特殊字符 2.还有@@这种情况是会把前一个@也当做特殊字符,这总情况怎么处理呢

1、输入框中图文混排图片排版异常 2、桌面端输入框中有特殊文本,通过键盘方向键控制光标无法跨越特殊文本 都是Flutter升级到2.10.0后同时升级extended_text_field到10.0.0新出现的问题,我也试了extended_text_field中的example,也有同样的问题。