This is the most basic setup for a TabBar in Flutter. As you can see, it leverages the AppBar, and provides a bottom part for it.
This bottom part includes a TabBar with some icons.
Then, in our application's actual body, we should add a TabBarView with an equal amount of children.
With this, we can click the icons or even scroll through them by swiping!
Looking to find the complete code example, download it from GitHub.
You might have noted the default Flutter TabBar is positioned at the top. In a later article, we'll look at how to set it at the bottom.
Thank you for reading, and let's connect!
Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter