flutter_richify library
Classes
- FunctionMatcher
- MatchCandidate
- MatchingContext
- MatchResult
- RegexMatcher
- RichifyController
- A TextEditingController that applies custom styling to text using matchers.
- TextContainer
- TextMatcher
- TextMatcherOptions
Typedefs
-
MatchFinder
= List<
MatchResult> Function(MatchingContext context) -
MatchValidator
= Map<
String, dynamic> ? Function(MatchCandidate candidate) - SpanBuilder = InlineSpan Function(MatchCandidate candidate)