cr_mentions library

A package for mentioning people in texts in different ways.

Classes

MentionData<T extends Object?>
If you want any model to be dedicated to mentions, you have to wrap it in MentionData.
MentionModel
Stores all data related to a mention
MentionText
Highlight mentions in text.
MentionTextController
Controller to track the mentions.
MentionWidget
Highlight mentions in text with custom mention widget.

Typedefs

MentionWidgetBuilder = Widget Function(MentionModel mention)