anitex
anitex copied to clipboard
Animated text widget
Results
2
anitex issues
Sort by
recently updated
recently updated
newest added
There's an issue when the widget gets rebuilt multiple times in a row, It won't animate. Please change the code like this: ``` @override void didUpdateWidget(AnimatedText oldWidget) { if (oldWidget.text...