본문 바로가기
개발/Flutter ChatGPT

Chat GPT로 flutter getX 오류 해결

by dev_caleb 2023. 2. 17.
728x90

I found error in flutter. List<MatjipModel> get matjipList => _matjipList.value; and with this, I wrote code -> matjipList[index] = newMatjipModel; but Obx not refreshed.

 

 

바꿨는데 왜 안되지?

 

2번의 답변을 보면서.. 생각한 게 정의한 거는 문제가 안되는데 내가 _matjipList를 사용해야하는데 matjipList를 사용한 실수를 깨달았다! 

 

가끔 코드를 쓰다보면 왜 잘 못 되었는 지 알 수 없어서 주화입마에 걸리는 상황이 존재하는 데, 이런 걸 Chat GPT라는 멋진 비서를 사용하면 사람보다 훨씬 빨리 정확하게 나의 문제를 찾아주고 해결해준다!

 

 

728x90

'개발 > Flutter ChatGPT' 카테고리의 다른 글

Flutter ChatGPT로 차집합 찾기  (0) 2023.02.14
ChatGPT 홍보, 영업 글  (0) 2023.02.08
ChatGpt 사용해서 flutter dart 코딩하기  (0) 2023.02.04