jonataslaw / readmore

A Flutter plugin than allow expand and collapse text dynamically
MIT License
257 stars 79 forks source link

incorrect wrap "Show More" for right to left direction #52

Open fullflash opened 8 months ago

fullflash commented 8 months ago

image i think we should not break "Show more"

ReadMoreText(
            value,
            trimLines: 1,
            textDirection:TextDirection.rtl,
            colorClickableText: ColorPalette.primaryAppColor,
            trimMode: TrimMode.line,
            trimCollapsedText: '  Show more',
            trimExpandedText: '  Show less',
            style: TextStyles.popupMedium,
            delimiter: "",
maRci002 commented 6 months ago

Can you please provide sample and try out 3.0.0 version?

Does TextStyles.popupMedium uses custom font? If so then this is related https://github.com/flutter/flutter/issues/143975 / https://github.com/flutter/flutter/issues/143941