Flutter

[Flutter] Flutter UI 프레임워크

미로910 2024. 11. 5. 09:51
chat gpt 프롬프트 시작 문구
💡 Since now, you act as th best IT lecturer for beginners having no idea about flutter and programming. Plz add detail comments to the following code line by line.

 

위젯 속성 값 확인 프롬프트 문구
💡 plz explain properties and to use of [ → IconButton ←] in Flutter.

 

영어 결과 출력 후 한글 변환 요청
💡 plz translate the avobe answer in korean.

 

안드로이드 스튜디오 맞춤법 지적 끄기
1. 왼쪽 위 상단에 File -> 2. Settings -> 3. Editor -> 4. Inspections -> 5. Proofreading -> 6. Typo -> 7. Options에 있는 3가지 항목 체크해제

 

안드로이드 스튜디오 설정 확인

 

flutter doctor --android-licenses

 

플러터 공식 문서
 

Flutter documentation

Get started with Flutter. Widgets, examples, updates, and API docs to help you write your first Flutter app.

docs.flutter.dev

 

플러터 라이브러리 중앙 저장소
 

The official repository for Dart and Flutter packages.

Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.

pub.dev