rich_readmore 1.1.1
rich_readmore: ^1.1.1 copied to clipboard
A widget that displays text with an option to show more or show less based on the provided settings.
1.1.1 #
- Decrease min dart SDK to 3.0.0
1.1.0 #
- BREAKING: Replace the deprecated
textScaleFactor
withtextScaler
. - Improve the properties documentation.
1.0.6 #
- Increase test coverage to 100%
- Integrate with codecov API to have some custom test reports
- Add CI workflow to run the flutter analyzer and all the tests
1.0.5 #
- Remove unused colorClickableText property
- Separate callbacks related to on press read less or more
1.0.4 #
- Remove null aware operator for reaching a better code
- Add unit tests for the Helper class (100% coverage on TextSpanHelper)
1.0.3 #
- Improve readme documentation
1.0.2 #
- Update readme with the valid instructions for use
1.0.1 #
- Fix first node style not applied when collapsed
- Update demonstration GIF
1.0.0 #
- initial release