line_pattern_matcher library

Classes

LinePatternMatcher
A utility for matching complex patterns across multiple lines of text.
LogicType
Represents the logic type for pattern matching.
PatternConfig
Configures a pattern for matching in LinePatternMatcher.

Functions

pattern({required String type, required List<List<String>> keywords, String logic = LogicType.and}) PatternConfig