marquee
A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions, durations, curves as well as pauses after every round.
2.3.0
84K downloads/mo
#1192 most downloaded on pub.dev
MarcelGarus/marquee
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 2.4 years
Most releases are documented
notes for 21 of 25 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
25 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
25 releases · Oct 2018 to Oct 2024Releases
latest 25-
2.3.010 Oct 2024Release notes
Open source →- Update
fading_edge_scrollviewdependency to4.1.1to support flutter 3.24 - Addded @dispose call for controller to stop marquee from recreating with new controller - major performance gain.
- Thanks to @shilosaadon and @realitymolder
- Update
-
2.2.304 Jun 2022Release notes
Open source →- Update
fading_edge_scrollviewdependency to3.0.0, which supports Flutter 3. - Thanks to @jannisnikoy
- Update
-
2.2.218 May 2022Release notes
Open source →- Update to Flutter 3.
- Simplify the readme.
- Strip down example to the essentials.
- Thanks to @ymback
-
2.2.112 Feb 2022Release notes
Open source →- Fix error: ScrollController not attached to any scroll views.
- Thanks to @SergeyShustikov
-
2.2.020 Jun 2021 -
2.1.013 Apr 2021Release notes
Open source →- Add
onDoneproperty. - Fix bug of using the wrong padding and
startPositionwhen you delay scrolling. - Thanks to @Jeferson505 and @emagnier
- Add
-
2.0.023 Mar 2021 -
1.7.013 Feb 2021 -
1.6.110 Sep 2020Release notes
Open source →- Fixed bug of detached
ScrollControllerafterstartAfterduration. - Improve this changelog.
- Thanks to @Sauceee and @nt4f04uNd
- Fixed bug of detached
-
1.6.002 Sep 2020Release notes
Open source →- Added
startAfterargument to start scrolling after a duration. - Make documentation better.
- Thanks to @hacker1024
- Added
-
1.5.322 Aug 2020 -
1.5.206 Jun 2020 -
1.5.106 Jun 2020 -
1.5.004 Jun 2020 -
1.4.004 Jun 2020Release notes
Open source →- Added support to stop the scroll after a given number of rounds.
- Thanks to @arnaudenub
-
1.3.125 Sep 2019 -
1.3.018 May 2019Nothing published for this version
-
1.2.029 Apr 2019 -
1.1.008 Nov 2018Nothing published for this version
-
1.0.229 Oct 2018Nothing published for this version
-
1.0.129 Oct 2018Nothing published for this version
-
1.0.029 Oct 2018Release notes
Open source →- 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. Added many examples.
- README is more concise.
- 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:
-
0.1.022 Oct 2018 -
0.0.222 Oct 2018 -
0.0.122 Oct 2018