Skip to content
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

Selectable Text #107

Open
jayeshindianic opened this issue Mar 15, 2022 · 5 comments
Open

Selectable Text #107

jayeshindianic opened this issue Mar 15, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@jayeshindianic
Copy link

Is your feature request related to a problem? Please describe.
currently, users cant copy or select text from a string.

Describe the solution you'd like
SelectableText Widget In Flutter

Version

  • Flutter version: 2.10
  • auto_size_text version: 3.0.0
@jayeshindianic jayeshindianic added the enhancement New feature or request label Mar 15, 2022
@tgpsantos
Copy link

Came here looking for this to be used in flutter web

@reiko-dev
Copy link

+1

@amejiarosario
Copy link

Looks like #94 is workaround

@divan
Copy link

divan commented Mar 16, 2023

Moving this up from the rabbit hole:

Since Flutter 3.3 we can use:

return SelectionArea(
     child: AutoSizeText('text'),
);

@Tananga
Copy link

Tananga commented Apr 14, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants