-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text can't be selected #7
Comments
I have the same experience with web pages created by Flutter. I've always assumed this is normal behavior because it's not HTML, it's a graphical output that doesn't use HTML. |
Once I use SelectableText class, then I can select the text (tested in one of buttons on the left side). |
Oops. The screenshot I showed above was from Orgro, and while I remembered correctly that Flutter had changed something about how selection works such that In Orgro I wrap the relevant widget in I did experiment with using
|
Great, I didn't know about SelectionArea. It fullfills all my needs. Thank you for the info 🙏 |
I've updated the readme to mention |
You can select source blocks but only if they don't have syntax highlighting applied (no language specified, or the language is not supported by flutter_highlight). I haven't looked into why selection doesn't work with that package, but I do note that it seems abandoned and other, newer packages are available, so I am looking at moving to one of them. |
It looks like the reason is because flutter_highlight uses a new Apparently you can make a |
I have opened a fix for the issue with flutter_highlighting: |
Hi! Is there any reason why the text can not be selected (SelectableText class)?
The text was updated successfully, but these errors were encountered: