Help Needed: Creating Dynamic Text with Headlines and Highlights in FlutterFlow

Actions & Logic
Resolved

Hey everyone, I’m working on a Flutter project where I want to create dynamic text content that I can keep updating in the future. The issue I’m facing is:

  • I don’t know how many topics or sections I'll be adding later.

  • I want to include headlines, subheadings, and highlighted points—like blog-style formatting.

  • I’m not sure how to manage this using a single Text widget when the structure varies.

  • Should I use RichText, TextSpan, or a Column with multiple Text widgets?

  • Or would using a WebView with HTML content be a better approach? Is there any other clean and scalable way to handle this?

What have you tried so far?

I haven’t done much yet, but I’ve tried linking different Text widgets with different values. However, this approach feels limited and hard to manage when the content grows or changes dynamically.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply