Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 플러터
- DART
- kotlin
- 클래스
- python
- 크롤러
- map
- animation
- package
- 웹크롤러
- import
- Class
- 파이썬
- textstyle
- ML
- Flutter
- Android
- Collection
- 함수
- pushnamed
- function
- text
- 콜렉션
- set
- 코틀린
- List
- texttheme
- crawler
- 다트
- variable
Archives
- Today
- Total
조용한 담장
AnimatedSwitcher 본문
AnimatedSwitcher
Flutter Sample
flutter.dev 의 예제 코드 실행 화면

ScaleTransition
각각의 widget 이 다른 key 값을 가져야 새로운 widget으로 인식하고 animation 동작이 일어난다.

FadeTransition
transition 을 FadeTransition 으로 사용해 보았다.

Reference
https://api.flutter.dev/flutter/widgets/AnimatedSwitcher-class.html
'Flutter' 카테고리의 다른 글
| url_launcher (0) | 2019.08.07 |
|---|---|
| Flutter : Platform-specific code (0) | 2019.08.06 |
| Drawer (0) | 2019.08.02 |
| BottomNavigationBar, BottomAppBar (0) | 2019.07.29 |
| Tab (0) | 2019.07.24 |
Comments