flutter_richify library
Classes
- FunctionMatcher
- MatchCandidate
- MatchingContext
- MatchResult
- RegexMatcher
- RichifyController
- A TextEditingController that applies custom styling to text using matchers.
- TextContainer
- TextMatcher
- TextMatcherOptions
Enums
- CompensationStrategy
- Strategy for applying zero-width space compensation to WidgetSpans.
Typedefs
-
MatchFinder
= List<
MatchResult> Function(MatchingContext context) -
MatchValidator
= Map<
String, dynamic> ? Function(MatchCandidate candidate) - SpanBuilder = InlineSpan Function(MatchCandidate candidate)
-
SpanPostProcessor
= List<
InlineSpan> Function(List<InlineSpan> spans, List<MatchResult> matches, MatchingContext context)