santa112358 / hashtagable

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

ExtractHashTags should be improved to return atsigns strings as well. #100

Open afoka82 opened 2 years ago

afoka82 commented 2 years ago

Hi,

It is impossible to get all at signs used in text at the moment (as well as check if text contains them).

It looks like it requires just: decorateAtSign: true in extractHashTags() method, in Decorator constructor call (lib/functions.dart:25) Similar may be applied to hasHashTags()

Regards

MohamedEL-Torky commented 2 years ago

You can use my fork atm. I got some improvements to make first, then I will create a pull request on this repo.

https://github.com/MohamedEL-Torky/hashtagable