Create tab bar scaffold for your project app.
Details
Create a new Flutter project that:
contains a bottom tab bar where
each tab button should have a unique, logical icon.
each tab should display unique placeholder content (text, image, or something else).
each tab’s widget should be implemented with its own class which is defined in its own file.
uses GitHub
to manage the versions of your project.
to envite me as a collaborator for your repsoitory.
Your code should be clean, readable, and efficient. Follow the Effective Dart guides for help with style.
Grading
The functionality of your code will be graded according to the following point scale:
app has a bottom tab bar | 25 points |
tab bar has 5 tabs | 25 points |
tab buttons have unique logical icons | 25 points |
tabs have unique placeholder content | 25 points |
The final grade for this part of the project will be computed as:
final int finalScore = max(functionalityScore - (daysLate / 61.0 * 100.0), 0.0);
Submission
Submit your code by tagging a GitHub commit as “part1” before class on Wednesday, February 19th.