728x90 chatGPT2 Chat GPT로 flutter getX 오류 해결 I found error in flutter. List get matjipList => _matjipList.value; and with this, I wrote code -> matjipList[index] = newMatjipModel; but Obx not refreshed. 바꿨는데 왜 안되지? 2번의 답변을 보면서.. 생각한 게 정의한 거는 문제가 안되는데 내가 _matjipList를 사용해야하는데 matjipList를 사용한 실수를 깨달았다! 가끔 코드를 쓰다보면 왜 잘 못 되었는 지 알 수 없어서 주화입마에 걸리는 상황이 존재하는 데, 이런 걸 Chat GPT라는 멋진 비서를 사용하면 사람보다 훨씬 빨리 정확하게 나의 문제를 찾아주고 해결해준다! 2023. 2. 17. ChatGpt 사용해서 flutter dart 코딩하기 질문 In flutter, horizontal listview, which when I click most left circle button, the other 5 buttons will be appear with 0.5 second animation and when I click the other buttons, the most left circle button will be change to clicked button. The other buttons is circle and indicate 5 colors. 답: import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidg.. 2023. 2. 4. 이전 1 다음 728x90