string/url_extract_utils library

URL/link extractor with context (roadmap #423).

Classes

UrlExtractUtils
One extracted link with optional label and surrounding snippet.

Functions

extractUrlsWithContext(String text, {int snippetLength = 40}) List<UrlExtractUtils>
Extracts URLs from text; snippetLength chars of context before/after.