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

feature request : Please add read more/less #98

Open
mmshahshahani opened this issue Dec 14, 2021 · 1 comment
Open

feature request : Please add read more/less #98

mmshahshahani opened this issue Dec 14, 2021 · 1 comment

Comments

@mmshahshahani
Copy link

mmshahshahani commented Dec 14, 2021

Hi
I use a package in my flutter project to show "read more/less" in case of long texts . This package do not accept hashtagable package for it's Text property and show an error . I used hashtagable like this

                                 HashTagText(
                                      text: homeController
                                          .posts[index].postCaption,
                                      decoratedStyle: TextStyle(
                                        fontSize: 22,
                                        color: Colors.red,
                                      ),
                                      basicStyle: TextStyle(
                                        fontSize: 22,
                                        color: Colors.black,
                                      ),
                                      onTap: (text) {
                                        print(text);
                                      },
                                    ).text,

but this time hashtags did not recognize .

Please add read more/less feature to your useful package .

@Ch4rl3B
Copy link

Ch4rl3B commented Mar 8, 2023

Hi. I've created this Pull Request for this requirement. I hope @santa112358 approves and merge it 👍🏼

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

No branches or pull requests

2 participants