728x90
consturctor를 제대로 알지 못해서...
class ResultPage extends StatelessWidget {
ResultPage(
{@required this.BMIResult,
@required this.interpretation,
@required this.BMI
});
final String BMIResult;
final String BMI;
final String interpretation;
위에 this가 들어가야하는데 this를 빼먹고 해서 자꾸 에러가 났음... 디버깅 에러는 없는데 이럴수가.. 내 1시간...
그리고 다른 삽질은
extract widget이 안돼서 직접 입력했는데
아무리 해도 안되더라 왠지 보니 constructor에서 ({})이거 인데 ()게만 초기화했더라... 후덜덜...
플러터 쉬워보여도 진짜 깐깐하다...
그래도 결국 완성한 과제
'기타' 카테고리의 다른 글
[노션] 노션 상위 혹은 하위 페이지 공유 안하기!!! (1) | 2023.01.28 |
---|---|
[opencv-python] 이미지 boundary detection, rectangle detection 이미지내 객체 사각형 테두리 만들기 (0) | 2022.02.18 |
[flask] json 객체 등 javascript에서 flask, python으로 데이터 보내기 (0) | 2022.02.01 |
[error handling] 0xc10100be python write video, cv2 video write가 안될때 (0) | 2021.11.30 |
non manifold? manifold? 가 무엇인가 (0) | 2021.04.05 |