MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

How to add list to Marquee #72

Open almog228 opened 2 years ago

almog228 commented 2 years ago

Hello I have a number of messages that are in a list. I want to display them one after the other but he lets me insert only a string. Is there another way to display the list line by line?

MarcelGarus commented 2 years ago

Sadly, that's not possible. If you just want to display multiple messages one after another, you can of course separate them with spaces, but I suppose you also want to stop at every message?

almog228 commented 2 years ago

Yes

בתאריך יום ב׳, 27 בספט׳ 2021, 11:50, מאת Marcel Garus ‏< @.***>:

Sadly, that's not possible. If you just want to display multiple messages one after another, you can of course separate them with spaces, but I suppose you also want to stop at every message?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/marcelgarus/marquee/issues/72#issuecomment-927661269, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQV43XW7YHDXXSARG3MTG7TUEAV4XANCNFSM5DXAQPRQ .

MarcelGarus commented 2 years ago

Yeah, that would require a major re-architecture of the widget. ☹️ See #23 for more details