stream_typewriter_text 1.0.8
stream_typewriter_text: ^1.0.8 copied to clipboard
Stream Typewriter Text is a Flutter package that provides a typewriter text animation effect.
1.0.8 #
- improve onFinished callback
- update HapticFeedback when text is animating
1.0.7 #
- improve animation when textPainter.didExceedMaxLines = true
- add HapticFeedback when text is animating
1.0.6 #
- Fix StreamText text is short when textPainter.didExceedMaxLines = true
1.0.5 #
- Fix StreamText return Sized.shrink() when text reached maxLines at first time.
1.0.4 #
- Initial Release.