Tag: tabbar

  • Tutorial: Flutter Cupertino TabBar (iOS)

    Tutorial: Flutter Cupertino TabBar (iOS)

    Introduction: Flutter Cupertino TabBar Cupertino tabbar is a flutter version of the iOS bottom tabbar or bottom navigation bar. The CupertinoTabBar widget allows us to add an iOS-style tabbar to our project. It’s comparable to the android platform’s bottom navigation bar in flutter. It shows a row of tabs with a label and an icon…