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
- 스토어배포
- BottomNavigationBar
- 플러터 코딩
- BottomNavigationBarItem label
- 플러터 이슈
- BottomNavigationBarItem
- 라이브러리 배포 파일
- 코딩 치침
- GitHub blog
- Flutter 개발환경
- 플러터
- android arr
- flutter 앱배포
- flutter 코딩
- instantiateItem
- Anko
- 앱배포
- flutter
- pub.dev
- flutter 코딩 지침
- 플러터 코딩 지침
- anko library
- flutter react 비교
- Java to Kotlin
- BottomNavigationBarItem title
- flutter vs react
- 깃허브 블로그
- Flutter BottomNavigationBar
- convert kotiln
- Kotlin
Archives
- Today
- Total
목록BottomNavigationBarItem label (1)
mobile developer
[Flutter] Bottom Navigation Title To Label Migration
FCM을 도입하는 과정에서 파이어베이스 최신 버전으로 버전업을 했더니 Flutter 버전 업과 Dart 버전 업이 필요하게 되었습니다. 그래서 버전업을 하였는데 뜻밖에 BottomNavigationBar에서 에러가 났습니다. 음?? 왜지하고 봤더니 BottomNavigationBar에 Item에 title이 사라져 버렸습니다. 가이드를 보니 title -> label을 변경하라더군요. 아 그렇구나 하고 label에 title에 위젯을 넣었는데 에러가 났습니다. 알고 보니 /// The text label for this [BottomNavigationBarItem]. /// /// This will be used to create a [Text] widget to put in the bottom navi..
FLUTTER
2022. 3. 17. 10:35