法的空间
法的空间
可能影响只能是 strutstyle了。这个版本把它放出来了 https://github.com/fluttercandies/extended_text_field/blob/76161e0793d5036db2f23f0231b4097acb4dd602/lib/src/extended_editable_text.dart#L366 提供demo或者自己调试
> > > > 我把 StrutStyle get strutStyle 这段代码注释试了一下,排版恢复正常了。👍 > > 2、桌面端输入框中有特殊文本,通过键盘方向键控制光标无法跨越特殊文本 第二个问题应该也是新版才出现的,这个不需要demo,直接运行在表情左右移动光标就能测试出来 StrutStyle 这个问题一直有点扯淡。之前直接返回null的。。第2个问题有空看看
try latest version
please release an issue for flutter team ``` dart import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { // This widget is the root of your application....
as design #FlutterCandies# has style #FlutterCandies is no style i can't konw you want to delete # or s , #FlutterCandies# is actual text, FlutterCandies just show text.
we can't see # ,so we will never delete it? i don't think it's a bug. the code is not simple as you thought, they are refer to native keyboard...
more investigate for this case. 1. the text in native keyboard must be actual text 2. we don't konw end flag of your special text in native keyboard 3. we...
1. delete all 会自动删除整个特殊字符,你可以在这个 widgetspan dispose的时候知道 2. 怎么处理是用户的事情(怎么把一个文本变成 textspan),组件只是提供最基础的解析方式。
修改 textstyle
please provide runnable simple demo