toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 147 packages
Sort by PUB-AZS
Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
Globbing is a library for pattern matching based on wildcard characters.
An implementation of RFC 9485 I-Regexp: An Interoperable Regexp Format. Checks the I-Regexp for correctness, allows matching by substring or by entire string.
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.#collections#data-structures#functional#graph#unicode
emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard.
Regular expression for matching ANSI escape codes.
An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs!
A thin wrapper around Navigator that *visually* resizes the child navigator to match the size of the content displayed in the current route. #ui#widget#navigation
PrettyDiffText is wrapper of RichText which shows differences between two texts visually. It uses Google's diff-match-patch library by default.