Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 멘토링
- AWS
- java
- 자바백엔드
- F-Lab
- 트러블슈팅
- nGrinder
- backend
- Flutter
- 도커
- github
- grafana
- MySQL
- 플러터
- 백엔드
- 데이터구조
- 로드밸런서
- 후기
- 성능테스트
- 부트캠프
- 레디스
- 자바
- FLAB
- error
- 알고리즘
- 코딩테스트
- Spring
- EC2
- redis
- 에프랩
Archives
- Today
- Total
목록2024/12/30 (1)
민스씨의 일취일장
Flutter | MaterialApp title vs. AppBar title - title이 두개인 이유
MateiralApp과 AppBar 각각 title을 갖고 있는 이유에 대한 글입니다.MaterialApp title vs. AppBar title상황MaterialApp에서 title을 설정한 뒤, 색상을 여러 가지 설정해 보아도 설정이 되지 않아 이것저것 살펴보다 Flutter로 앱을 만들 때 title이 두 번 작성된다는 것을 인식하게 되었다.MaterialApp & AppBartitle이 작성되는 곳은 최상단 위젯에서 작성되는 MaterialApp 내에서와 MaterialApp 내 home에 위치하는 Page 위젯의 AppBar 내이다.둘의 차이점공식 문서를 살펴보면 차이가 명확하다.MaterialAppMaterialApp에서의 title은 사용자(device)가 애플리케이션(앱)을 식별하기 위해..
Mobile/Flutter & Dart
2024. 12. 30. 14:27