DART2 [Flutter] Incorrect use of ParentDataWidget. 순조롭게 앱을 개발하고 있었는데, 디버그콘솔에서 다음과 같은 Warning이 발생했다. ════════ Exception caught by widgets library ═══════════════════════════════════ The following assertion was thrown while applying parent data.: Incorrect use of ParentDataWidget. The ParentDataWidget Expanded(flex: 1) wants to apply ParentData of type FlexParentData to a RenderObject, which has been set up to accept ParentData of incompatible typ.. 2022. 1. 7. [Flutter] setState() or markNeedsBuild() called during build. Flutter를 이용해서 회원가입을 만들고 있었다. 회원가입 Form의 UI 시나리오는 다음과 같다. 처음 접속하면 Email Input과 하단의 확인 버튼만 등장한다. 사용자가 Email을 입력하는 동시에 validation을 체크한다. validation에 통과하면, 확인 버튼이 enable 된다. 확인 버튼을 누르면 Password Input이 나타나면서 focus가 password input으로 이동한다. password input에서도 1-3번과 같이 동작한다. 확인 버튼을 누르면 핸드폰 인증 화면으로 넘어간다. 이런 시나리오로 구현하기 위해서 아래 방법으로 구현을 진행했다. import 'package:flutter/material.dart'; import 'package:get/get.dar.. 2022. 1. 4. 이전 1 다음