아무나 빌려가세요

carousel_slider fittedBox 오류 (hasSize) 본문

플러터

carousel_slider fittedBox 오류 (hasSize)

빌라노바 2022. 1. 11. 20:44

https://codingwithdhrumil.com/2020/05/exploring-flutter-carousel-slider.html

 

Exploring Flutter Carousel Slider - CodingWithDhrumil

This flutter tutorial helps beginners to integrate different types of flutter carousel slider in their flutter applications.

codingwithdhrumil.com

carousel slider 사용방법을 정리해놓은 사이트에서 코드상에 문제가 있었다.

 

itemBuilder를 통해 ImageView 클래스에서 각각의 이미지를 뽑아 내는 방식인데 Image를 감싸는 방법으로 FittedBox 레이아웃을 사용했다.

 

FittedBox는 fit의 속성값에 따라 자식의 크기를 맞춰주는데 이유는 모르겠지만 hasSize 오류를 일으키며 크기를 잡아주지 못하는것 같다.

vscode는 실행이 안되고 안드로이드 스튜디오에는 오류가 무진장 나니 실행시 fittedBox를 삭제해주기 바란다.

'플러터' 카테고리의 다른 글

고차함수 (first order)  (0) 2022.01.17
enum 타입설정  (0) 2022.01.16
class 의 사용  (0) 2022.01.16
Final vs const 의 차이점  (0) 2022.01.16
Null Safety와 관련된 함수 이용  (0) 2022.01.11