• Courses
  • Tutorials
  • DSA
  • Data Science
  • Web Tech
Switch to Dark Mode
December 29, 2021 |9.5K Views

Bottom Navigation Bar Widget in Flutter

  Share  3 Likes
Description
Discussion

BottomNavigationBar consists of multiple items such as icons, text, or both that lead to a different route depending upon the design of the application. The bottom navigation bar makes it easy to navigate between different screens. It is seen in most applications for navigating between different screens such as PhonePe, Gmail, and others as well. We will be building this application using flutter and we will be using dart as a programming language. We will be using Android studio as an IDE. This project will surely help beginners or intermediate level Android developer to brush up and enhance their Android development skills. 

Related Article - https://www.geeksforgeeks.org/bottomnavigationbar-widget-in-flutter/

Read More