본문 바로가기
728x90

개발/Flutter ChatGPT4

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.
Flutter ChatGPT로 차집합 찾기 ChatGPT를 사용하면 왠만큼 간단한 코딩은 쉽게 할 수 있구만~ 이렇게 잘 찾아주면 굳이 스택오버 플로우에서 안 물어봐도 되겠는 걸..? 2023. 2. 14.
ChatGPT 홍보, 영업 글 ㅋㅋㅋ ChatGPT 너무 좋은데 안 쓰시는 분들을 위해 홍보 글을 직접 써보기로 했다. 2023. 2. 8.
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.
728x90