santa112358 / hashtagable

Widgets and functions to implement hashTag decorated text.
https://pub.dev/packages/hashtagable
MIT License
30 stars 50 forks source link

Reading more and reading less functionality in HashTagText #22

Closed ashishkumart closed 4 years ago

ashishkumart commented 4 years ago

Hi,

I have used this library and I would like to thank you for your effort to make my life easier 👍.

I have used this on the place of ReadMoreText widget (another library for reading more and less function) and after using HashTagText all the text is being displayed. It's not a bug actually but a feature request.

Thank You, Ashish

santa112358 commented 4 years ago

@ashishkumart Thank you for the request !!!

You mean you want to show hashtag text with show more/show less button, right? If so, I will send you sample code to implement that kind of widget.

ashishkumart commented 4 years ago

Yes @santa112358, I want to show text that can contain hashtag along with show more/show less button. Please share the sample code, I will try to implement that.

Thank You!

santa112358 commented 4 years ago

@ashishkumart I've just created this widget and hope this will help you https://github.com/santa112358/hashtagable_sample_read_more/blob/master/lib/hashtag_read_more_text.dart

santa112358 commented 4 years ago

@ashishkumart If you have any problems with my sample code, please reopen this issue and mention me. Now I close this. Thank you.