Marcel Garus

Results 96 comments of Marcel Garus
trafficstars

Hi @aytunch, sadly, I haven't found any contributors that are willing to invest the time and effort into rewriting this package. If you really need this functionality, I would of...

Oh, nice! Feel free to fork the project and code up a prototype. After we merged it, I can also add you as a contributor so you can maintain the...

Duplicate of #62 I admit that's a limitation of the current API; afaik it can't be easily resolved without rewriting major parts of the package. 🙁

Do you pass in any text to the widget? As in, is your text `""`? Seems like the Marquee doesn't handle that properly yet.

That doesn't look right 😕 Sadly, I currently don't have the resources to actively look into that issue and maintain this repository. I know it's a lot to ask but...

This is not supported yet. For now, the `Marquee` only accepts `String`s as the `text` or `texts` properties. If you find a way to implement this feature for links and...

There was an error with a disconnected `ScrollController`, which got fixed by a PR. Does the error still occur?

That doesn't look right 😕 Sadly, I currently don't have the resources to actively look into that issue and maintain this repository. I know it's a lot to ask but...

Nice! Sorry for leaving this issue open for that long, I didn't find any time to implement it. @BeanWei Just had a quick look at your solution. If you don't...

That is pretty weird. I suppose, rendering text shadows is pretty resource intensive. Although the widget should actually only render the texts as they newly come into view and use...