App/Flutter 91

[ 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

[ FLUTTER ] Another exception was thrown: Incorrect use of ParentDataWidget.

https://stackoverflow.com/questions/54905388/incorrect-use-of-parent-data-widget-expanded-widgets-must-be-placed-inside-flex incorrect use of parent data widget. expanded widgets must be placed inside flex widgets I am getting the following error: i.e.., Another exception was thrown: Incorrect use of ParentDataWidget. showing error on the mobile screen. @override Widget build(BuildContext contex..

App/Flutter HEON.D 2021.08.22