umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Added Notification button on main_menu and created new UI notificatio… #491

Closed harsh2g closed 2 years ago

harsh2g commented 2 years ago

Can someone review the main_menu file? I'm trying to route the Notifications button I created to target the new notifications.dart file but it's not working. For some reason it's not recognizing the new file.

shaneknows commented 2 years ago

Can someone review the main_menu file? I'm trying to route the Notifications button I created to target the new notifications.dart file but it's not working. For some reason it's not recognizing the new file.

Yup. Needed to update the RouteGenerator to return the MaterialPageRoute for your new widget. I updated your PR and merged with the MainMenu UI updates. Looks good!