Flutter UI Widgets, Episode 9: Add Navigation & SliverAppBar | Kodeco, the new raywenderlich.com

Add interactions and navigation to your app and learn how to use the CustomScrollView widget to add custom scroll effects with the use of slivers.


This is a companion discussion topic for the original entry at https://www.kodeco.com/26933987-flutter-ui-widgets/lessons/9

Hi there, after I added SliverList, article text became trimmed. Similar behaviour with rich text too. How do I fix it?

Hello there.

The text is not actually trimmed.

I can see you copied the description text and probably added it to the Column inside the ArticleContent widget.
If you take a look the article.dart file in the model folder, you’ll see that the description property has the ellipsis at the end while the content doesnt. I want to believe you copied the description and that is why you have the ellipsis at the end of the text from your screenshot.

Let me know if this was helpful.

:man_facepalming: doh, of course. Thank you!