250x250
Notice
Recent Posts
Recent Comments
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- async
- TypeScript
- RDS
- double quote
- css
- nginx
- certbot
- wil
- sequelize
- await
- jsonwebtoken
- clipBehavior
- MYSQL
- https
- findByIdAndDelete
- Express
- moment
- til
- flutter
- AWS
- atlas
- EC2
- Node.js
- Nodejs
- single quote
- Find
- mongodb
- TailwindCSS
- mongoose
Link
Archives
기억 휘발 방지소
[Flutter] double quote를 기본으로 설정하기 본문
728x90
반응형
Flutter 프로젝트를 생성하면 single quote가 기본으로 설정되어 있다.
double quote를 기본으로 설정하려면 analysis_options.yaml 파일에 아래 코드를 추가해주면 된다.
linter:
rules:
- prefer_double_quote
728x90
반응형
'Flutter' 카테고리의 다른 글
[Flutter] Dio에서 timeout 설정 (0) | 2024.06.19 |
---|---|
[Flutter] dart run build runner (0) | 2024.05.27 |
[Flutter] freezed에서 copyWith (0) | 2024.05.06 |
[Flutter] 안드로이드 인터넷 설정 - AndroidManifest.xml (0) | 2024.04.17 |
[Flutter] Stack의 범위를 넘어가는 위젯의 Gesture 감지 (0) | 2023.09.10 |