parsed_readmore 1.0.0 parsed_readmore: ^1.0.0 copied to clipboard
A Flutter text widget which is expandable and can automatically parse urls present in the text it into clickable links.
0.0.1 #
- Initial release
0.0.2 #
- Fixed the package formatting and updated document.
0.0.3 #
- Changed the gif for better illustration
0.0.4 #
- Updated for latest version
0.0.5 #
- Added option to change the default action on link clicked
0.0.6 #
- Added detection and highlighting of user specified target text
0.0.7 #
- Updated dependencies and documentation
- Made the project contributor friendly
0.0.8 #
- added more gifs in doc
0.0.9 #
- updated the deprecated parts of code
- updated the dependencies and documentation
1.0.0 (Breaking changes) #
- Added multiple phrase highlighting (priority based in case of clash)
- Click event for phrases
- Custom regex for url detection