inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

임동훈님의 게시글

임동훈 임동훈

@ipretty08041288

수강평 작성수
-
평균평점
-

게시글 11

질문&답변

pubspec.yaml 문제

CarouselSlider ( items: images,options: CarouselOptions ( onPageChanged: (index, reason) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, ), ), 이렇게 넣으면됩니다.

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

고쳤습니다

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

음.. 이번엔 onPageChanged: 가 오류가뜨네요 ㅠㅠ

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

음 새로 프로젝트 만들어서 해보겠습니다

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

ㅠㅠ 도와주세요

좋아요수
1
댓글수
15
조회수
918

질문&답변

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
조회수
918

질문&답변

pubspec.yaml 문제

import 'package:carousel_slider/carousel_slider.dart' ; 를 할수없는거같습니다

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

Carouselslider 이 부분이 에러가나고

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

Carouselslider ( items: images, onPageChanged: (index) { setState (() { _currntPage = index; _currntKeyword = keywords[_currntPage]; }); }, )

좋아요수
1
댓글수
15
조회수
918

질문&답변

pubspec.yaml 문제

사진을 넣을수가없네요

좋아요수
1
댓글수
15
조회수
918