Developments/Flutter

Widget] Cupertino - Tab Bar

Meuse 2022. 8. 3. 14:14
반응형

 

 

Example]

 

Reference]

 

Widget] Material - Bottom Navigation Bar

Example Code] Reference] BottomNavigationBar class - material library - Dart API A material widget that's displayed at the bottom of an app for selecting among a small number of views, typically be..

meuse.tistory.com

 

 

CupertinoTabBar class - cupertino library - Dart API

An iOS-styled bottom navigation tab bar. Displays multiple tabs using BottomNavigationBarItem with one tab being active, the first tab by default. This StatelessWidget doesn't store the active tab itself. You must listen to the onTap callbacks and call set

api.flutter.dev

 

반응형

'Developments > Flutter' 카테고리의 다른 글

Flutter/Widget] Tabbar  (0) 2022.12.02
Flutter/Package] image_picker  (0) 2022.11.16
Flutter/Package] firebase_remote_config  (0) 2022.11.16
Flutter] Localizations  (0) 2022.11.07
Widget] Material - Bottom Navigation Bar  (0) 2022.08.03