Flutter UI 프레임워크

workspace_junsoo ㅣ 2024. 11. 21. 15:59

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

 

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.

 

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

 

'Flutter > Flutter UI 프레임워크' 카테고리의 다른 글

# Dio 통신 연습  (0) 2024.12.11
플러터 기본기 다지기 - 3  (0) 2024.12.11
플러터 기본기 다지기 - 2  (2) 2024.11.21
플러터 기본기 다지기 - 1  (1) 2024.11.21
dart - 2  (0) 2024.11.21