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()
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
inextractHashTags()
method, in Decorator constructor call (lib/functions.dart:25) Similar may be applied tohasHashTags()
Regards