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

this widget makes gestureDetector don't work #90

Closed FitzMusk closed 3 years ago

FitzMusk commented 3 years ago
  1. this widget makes gestureDetector don't work. Like when I want to longPress on a selectable text by gestureDetector, it won't work.

Looking forward to you reply. Thanks in advance.

zmtzawqlp commented 3 years ago

longPress is handled inside

FitzMusk commented 3 years ago

didn't find it😭😭😭

FitzMusk commented 3 years ago

7D697B232EA43B615F1D4237096B17F2

FitzMusk commented 3 years ago

I solved last problem by l10n config. And when I longpress on the text by SelectableText widget, the text can be selected. But when I use ExtendedText, it doesn't response.