Main - lawsonpeters12/Tech-Connect GitHub Wiki

Table of Contents

  1. Introduction
  2. Bottom Navigation Bar

Introduction

The First Page file is used to create features that do not affect the Home, Chat, Orgs, Map, and User pages directly. Main holds the pages within itself so that any functional changes done to the overall does not affect the five main pages.

Bottom Navigation Bar

The Bottom Navigation Bar is a built in material widget in Flutter that allows for navigation between multiple pages.

Within the build function for the widget, the icons are declared and labeled. This is important because without the First Page file all the icons and pages would have to be declared in each file separately.

When an icon is selected, its corresponding text will appear.