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:
matchEntrynow is nullable becausematchEntriescan be empty
2.2.0 #
- fixed:
maxLinesand regular expression for multiple groups
3.3.0 #
-
New: Added support for enhanced matching logic with optional entries.
-
Added
overflowproperty -
Introduced
searchTypesto refine search for specific patterns (e.g., phone, email, link, custom). -
Optimized
onTapMatchcallback handling for better interaction with matched text.
3.4.0 #
- Improved documentation with detailed examples for
onTapMatchand 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
