Wavy Text
New Animated Text
- Wavy Text by @SirusCodes.
Issues Fixed
Code Review #81
- Removed obsolete
new
keywords. - Added types to collection and function variables.
- Added
final
andconst
keywords. - Replaced
null
guards with concise?.
and??
operators. - Added missing null check on
dispose
forFadeAnimatedTextKit
. - In
fade.dart
, renamed the_RotatingTextState
class to_FadeTextState
to be consistent with the overall pattern and avoid confusion with_RotatingTextState
inrotate.dart
.
Warning:
- Removed
onNextBeforePause
fromColorizeAnimatedTextKit
because it was not referenced.
Feature Enhancement
-
Add
repeatForever
option.repeatForever: true, //this will ignore [totalRepeatCount]