Creating Slowly App UI with Flutter (Part 4)

Meysam Mahfouzi
5 min readFeb 2, 2019

In the previous parts of this tutorial, we have been able to create the following page:

In this part, we will learn how to add tabs to the bottom of this page.

In order to add a navigation bar to the bottom of the page, we have to set the bottomNavigationBar property of the Scaffold class.

--

--