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 |
Tags
- instantiateItem
- 플러터
- GitHub blog
- 스토어배포
- flutter react 비교
- BottomNavigationBar
- Flutter BottomNavigationBar
- pub.dev
- Java to Kotlin
- flutter 코딩
- flutter vs react
- flutter
- BottomNavigationBarItem
- 깃허브 블로그
- 코딩 치침
- BottomNavigationBarItem label
- 플러터 이슈
- Anko
- flutter 앱배포
- android arr
- convert kotiln
- anko library
- Kotlin
- BottomNavigationBarItem title
- Flutter 개발환경
- flutter 코딩 지침
- 플러터 코딩 지침
- 플러터 코딩
- 앱배포
- 라이브러리 배포 파일
Archives
- Today
- Total
목록BottomNavigationBarItem title (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