hashtagable icon indicating copy to clipboard operation
hashtagable copied to clipboard

feature request : Please add read more/less

Open mmshahshahani opened this issue 3 years ago • 1 comments

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 .

mmshahshahani avatar Dec 14 '21 06:12 mmshahshahani

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

Ch4rl3B avatar Mar 08 '23 18:03 Ch4rl3B