inflearn logo
Course

Course

Instructor

ipretty08041288's Posts

ipretty08041288 ipretty08041288

@ipretty08041288

Reviews Written
-
Average Rating
-

Posts 11

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

pubspec.yaml 문제

고쳤습니다

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

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

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

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

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

ㅠㅠ 도와주세요

Likes
1
Comments
15
Viewcount
918

Q&A

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

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

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

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

Carouselslider 이 부분이 에러가나고

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

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

Likes
1
Comments
15
Viewcount
918

Q&A

pubspec.yaml 문제

사진을 넣을수가없네요

Likes
1
Comments
15
Viewcount
918