seong
Flutter - AnimatedTextKit 본문
AnimatedTextKit
- 일반적인 정적인 Text에 애니메이션을 입혀준다.
- https://pub.dev/packages/animated_text_kit 에서 설치가 필요하다.
소스코드
AnimatedTextKit(
animatedTexts: [
TyperAnimatedText("AnimatedTextKit 사용해보기", textStyle: const TextStyle(color: Colors.white)),
TyperAnimatedText("Text Animation 입히기", textStyle: const TextStyle(color: Colors.white)),
],
)
'Flutter > Flutter' 카테고리의 다른 글
Flutter - RiveAnimation위젯 (1) (0) | 2023.09.06 |
---|---|
Flutter - appBar에 drawer추가 (0) | 2023.09.04 |
Flutter - TweenAnimatedBuilder 위젯 (0) | 2023.09.02 |
Flutter - PageView, 페이지 이동 부드럽게 하기 (0) | 2023.08.30 |
Flutter - Spacer 위젯, 공간 여분 주기 (0) | 2023.08.30 |