Q&A
pubspec.yaml 문제
CarouselSlider ( items: images,options: CarouselOptions ( onPageChanged: (index, reason) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, ), ), 이렇게 넣으면됩니다.
- Likes
- 1
- Comments
- 15
- Viewcount
- 918
Q&A
CarouselSlider ( items: images,options: CarouselOptions ( onPageChanged: (index, reason) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, ), ), 이렇게 넣으면됩니다.
Q&A
고쳤습니다
Q&A
음.. 이번엔 onPageChanged: 가 오류가뜨네요 ㅠㅠ
Q&A
음 새로 프로젝트 만들어서 해보겠습니다
Q&A
ㅠㅠ 도와주세요
Q&A
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
Q&A
import 'package:carousel_slider/carousel_slider.dart' ; 를 할수없는거같습니다
Q&A
Carouselslider 이 부분이 에러가나고
Q&A
Carouselslider ( items: images, onPageChanged: (index) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, )
Q&A
사진을 넣을수가없네요