marquee 1.6.0 copy "marquee: ^1.6.0" to clipboard
marquee: ^1.6.0 copied to clipboard

outdated

⏩ A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions, durations, curves as well as pauses after every round.

[1.6.0] - 2020-09-02 #

  • Add startAfter argument to start scrolling after a duration.

[1.5.3] - 2020-08-22 #

  • Remove fading on web.

[1.5.2] - 2020-06-04 #

  • Fix the fading flashing even if there is no pause.

[1.5.1] - 2020-06-04 #

  • Minor fixes.

[1.5.0] - 2020-06-04 #

  • Added feature faded edges.

[1.4.0] - 2020-06-04 #

  • Added support to stop the scroll after a number of rounds

[1.3.1] - 2019-09-25 #

  • Minor fixes.

[1.2.0] - 2019-04-29 #

  • Added support for cross axis alignment.

[1.0.0] - 2018-10-29 #

  • Complete overhaul of the widget architecture. Now, no custom widget is accepted as a child, but only text. This is a limitation that was consciously made to allow several other features to be implemented, including:
    • More efficient scrolling that resets after every round.
    • Backwards scrolling.
    • Pauses after every round.
    • Custom durations and curves for accelerating and decelerating.
  • Switched to async handling of scrolling instead of relying on Timer, resulting in a more consistent experience when resuming from a paused app state.
  • Start padding added.
  • API documentation greatly improved. Many examples added.
  • README is more concise.

[0.1.0] - 2018-10-22 #

  • Added example.

[0.0.2] - 2018-10-22 #

  • Improved readme.

[0.0.1] - 2018-10-22 #

  • Initial release featuring custom scrollAxis, blankSpace and velocity.
883
likes
0
pub points
99%
popularity

Publisher

unverified uploader

⏩ A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions, durations, curves as well as pauses after every round.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

fading_edge_scrollview, flutter

More

Packages that depend on marquee