fluttercandies / extended_text

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.
MIT License
664 stars 134 forks source link

EndFlag 不支持多个字符 #89

Closed lijy91 closed 3 years ago

lijy91 commented 3 years ago

如果我需要把 {{@ 和 '}}' 作为 开始和结束符,现在则只会反最后一个字符当作识别符。

Test {{@extended_text}}  Custom SpecialText.
zmtzawqlp commented 3 years ago

如何把文本转换成textspan本身就不是组件应该做的事情,你完全可以自己按照自己的方式进行解析,demo只是demo