modules/flutter_chat_link/src/utils library

Constants

regexEmail → const String
Regex to check if text is email.
regexImageContentType → const String
Regex to check if content type is an image.
Regex to find all links in the text.

Functions

getPreviewData(String text, {String? proxy, Duration? requestTimeout, String? userAgent}) Future<PreviewData>
Parses provided text and returns PreviewData for the first found link.