ToyProjects/Flutter 앱 개발 (10) 썸네일형 리스트형 [Flutter] 내 코드로 채택된 ChatGPT 질문/답변(+ ChatGPT로 개발한 후기) 이 {json}으로 dart nested class로 만들어줘 class CertificateResponse { final Header header; final Body body; CertificateResponse({required this.header, required this.body}); factory CertificateResponse.fromJson(Map json) { return CertificateResponse( header: Header.fromJson(json['header']), body: Body.fromJson(json['body']), ); } } class Header { final String resultCode; final String resultMsg; Header({.. [Flutter] Mac M1에서 Flutter 시작하기 설치하기 1. XCode 설치 https://apps.apple.com/kr/app/xcode/id497799835?mt=12 Xcode Xcode includes everything developers need to create great applications for Mac, iPhone, iPad, Apple TV, and Apple Watch. Xcode provides developers a unified workflow for user interface design, coding, testing, and debugging. The Xcode IDE combined with apps.apple.com 2. M1 칩 최적화를 위한 resetta tool 설치 sudo softwareupdate.. 이전 1 2 다음