Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 알고리즘
- DART
- codingtest
- android
- vuejs
- 백준
- issue
- 분할정복
- AndroidStudio
- BAEKJOON
- 코테
- cos
- cos pro 1급
- Flutter
- 안드로이드
- cos pro
- 개발
- 코드품앗이
- django
- 안드로이드스튜디오
- Algorithm
- 코딩테스트
- DFS와BFS
- C++
- 동적계획법과최단거리역추적
- Python
- 동적계획법
- DFS
- 파이썬
- Vue
Archives
- Today
- Total
목록CarouselSlider (1)
Development Artist
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bAlrvp/btrT6dZh2Wz/KciaDqlsbUwnQx9cUAG2U1/img.png)
이슈 1. 플러터 인프런 강의 중, 넷플릭스 UI 만들기가 있는데, 4강에서 CarouselSlider를 사용하는 과정이였다. 2. CarouselSlider 위젯을 만드는 중 build에서 CarouselSlider를 사용하는데 첫번째는 options가 필요하다는 것이였고, 두번째는 onPageChanged가 정의되어 있지 않다 라는 메세지를 보이며 이슈가 발생. 해결 1. 다음과 같이 options: CarouselOptions 내에 onPageChanged 를 넣어준다. CarouselSlider( items: images, options: CarouselOptions(onPageChanged: (index, reason) { setState(() { _currentPage = index; _cur..
TroubleShooting/Flutter Issue
2022. 1. 10. 14:56