App/Flutter 92

[ FLUTTER ] TextInput Controller 에러

증상 'initialValue == null || controller == null': is not true. 원인 initialValue 와 controller 는 동시에 사용할 수 없음 관련링크 https://stackoverflow.com/questions/52691887/flutter-initialvalue-null-controller-null-is-not-true-error Flutter - 'initialValue == null || controller == null': is not true. error I'm trying to set an initial value for the text field. But I Can't set the initial value in text form field..

App/Flutter HEON.D 2021.09.08