flutter_text_sniffer 4.4.3+5 flutter_text_sniffer: ^4.4.3+5 copied to clipboard
A widget that detects specific patterns within a text and makes them interactive.
[1.0.0] #
- Created package
[1.1.0] #
- Fixed
maxLines
[1.2.0] #
- fixed:
matchEntry
now is nullable becausematchEntries
can be empty
[2.2.0] #
- fixed:
maxLines
and regular expression for multiple groups
[3.3.0] #
-
New: Added support for enhanced matching logic with optional entries.
-
Added
overflow
property -
Introduced
searchTypes
to refine search for specific patterns (e.g., phone, email, link, custom). -
Optimized
onTapMatch
callback handling for better interaction with matched text.
[3.4.0] #
- Improved documentation with detailed examples for
onTapMatch
and styling matches. - Enhanced README with usage instructions and examples for better developer experience.
[4.4.4] #
- Added the ability to create your own sniffer types.
- Updated documentation