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