flutter_parsed_text library

Classes

MatchText
A MatchText class which provides a structure for ParsedText to handle Pattern matching and also to provide custom Function and custom TextStyle.
ParsedText
Parse text and make them into multiple Flutter Text widgets
RegexOptions
RegexOptions

Enums

ParsedType

Constants

emailPattern → const String
Email Regex - A predefined type for handling email matching
phonePattern → const String
Phone Regex - A predefined type for handling phone matching
urlPattern → const String
URL Regex - A predefined type for handling URL matching