질문&답변
pubspec.yaml 문제
CarouselSlider ( items: images,options: CarouselOptions ( onPageChanged: (index, reason) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, ), ), 이렇게 넣으면됩니다.
- 좋아요수
- 1
- 댓글수
- 15
- 조회수
- 918
질문&답변
CarouselSlider ( items: images,options: CarouselOptions ( onPageChanged: (index, reason) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, ), ), 이렇게 넣으면됩니다.
질문&답변
고쳤습니다
질문&답변
음.. 이번엔 onPageChanged: 가 오류가뜨네요 ㅠㅠ
질문&답변
음 새로 프로젝트 만들어서 해보겠습니다
질문&답변
ㅠㅠ 도와주세요
질문&답변
version : 1.0.0+1 environment : sdk : ">=2.7.0 dependencies : flutter : sdk : flutter carousel_slider : ^2.0.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons : ^0.1.3 dev_dependencies : flutter_test : sdk : flutter
질문&답변
import 'package:carousel_slider/carousel_slider.dart' ; 를 할수없는거같습니다
질문&답변
Carouselslider 이 부분이 에러가나고
질문&답변
Carouselslider ( items: images, onPageChanged: (index) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, )
질문&답변
사진을 넣을수가없네요