lotusprey / otraku

An unofficial AniList client for Android and iOS
GNU General Public License v3.0
327 stars 11 forks source link

Render HTML description preview #113

Closed nstrelow closed 8 months ago

nstrelow commented 8 months ago

Reuse HtmlContent to render out the HTML of the description in the preview window. Fixes #108

Tested on phone and 10" tablet.

Used a ConstrainedBox to limit the height to 72, the same as a Text widget with 4 lines. Used a ShaderMask to recreate the TextOverflow.fade. It looks almost identical, see pictures below

Old: 4 line text with TextOverflow.fade

old-text-4-lines

New: ShaderMask and ConstrainedBox 72

new-shader-mask

nstrelow commented 8 months ago

Thanks for the review 😁

lotusprey commented 8 months ago

Cool, thanks for the help :)