Clueless-Community / Spectrum-UI

Spectrum UI is a user-friendly Flutter UI library that offers a variety of beautifully designed widgets and components that are easy to use and can be integrated into your Flutter projects seamlessly.
MIT License
71 stars 99 forks source link

[Feature Implimented] The Issue related to the Bottom_Navigation_Bar has been resolved. #228

Closed Rhishikesh12 closed 1 year ago

Rhishikesh12 commented 1 year ago

Pull Request Template

Description:

The pull request addresses the bug found in the Spectrum UI app, specifically issue #201. This bug has been resolved, and the Bottom_Navbar page has been implemented as part of the changes.

Changes Made: When I discovered the bug, an incorrect function was being passed to the Bottom_Navbar page, resulting in the wrong page (alertpage) opening when the user clicked on the Bottom_NavBar card. To address this issue, I resolved it by implementing the Bottom_Navbar page and passing the correct function

Related Issue:

Issue #201

Screenshots/GIFs:

After passing the appropriate function :

image

Light Mode:

image

image

Dark Mode :

image

image

Testing Done:

Outline the testing steps you have taken to ensure the changes function as intended.

Additional Notes:

More Navigations Designs can be added.

Checklist:

Please review and merge this PR at your earliest convenience.

Thank you!

Rhishikesh12 commented 1 year ago

@ashdude1401 @Debajyoti14 Not third party libraries are used. please review and merge the pull request as soon as possible but at your convenience

image

The assignment of this issue was classified as Level 2, taking into consideration the implementation of a new feature. I implemented the Bottom_Navigation_Bar page that was initially missing, so I expected my issue #201 to be assigned a Level 2 tag, considering the added functionality.