일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- preprocessing
- stream
- Encapusulation
- file access
- sensor
- wpf
- memory
- aduino
- UNO
- digitalRead
- Binary
- flutter
- Pointer
- parameter
- Class
- Read
- inheritance
- Contour
- public
- Android
- length
- Overloading
- compare
- Barcode
- java
- APP
- mfc
- Unity
- atmega328
- SERIAL
Archives
- Today
- Total
목록format document (1)
폴크(FOLC)
Flutter App - 동일 Code Format 적용
# 소스코드를 동일한 포멧으로 전환해주는 기능 > 안드로이드 스튜디오 / IntelliJ IDEA : 코드에서 마우스 오른쪽 버튼을 클릭 - Reformat Code with dartfmt 선택 > 비쥬얼 스튜디오 코드 : 코드에서 마우스 오른쪽 버튼을 클릭 - Format Document 선택 # 만약, Flutter/Dart 패키지가 설치 되어 있지 않다면 아래와 같이 표시 된다. > 마우스 오른쪽 버튼을 클릭한 후 Command Palette ( 또는 CTRL + SHIFT + P ) - Format Document 선택 - 설치가 되어있지 않아서 아래과 같이 표시 된다. ( Install Formatter... 선택 ) - Flutter 패키지를 설치 한다. ( Dart 패키지는 통합으로 설치 된..
Flutter, Android/Flutter 사용법
2021. 11. 3. 15:21