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

Search feature for the widgets #219

Closed Uttkarsh-raj closed 1 year ago

Uttkarsh-raj commented 1 year ago

Pull Request Template

Description:

Added the search feature.

Changes Made:

added a new search bar and search button with a way to match the searched item to the widgets and return the results.

Related Issue:

If applicable, reference the related issue number(s) here.

Screenshots/GIFs:

Screenshot 2023-05-25 113550 Screenshot 2023-05-25 113610 Screenshot 2023-05-25 113529

Related Issue: Related to the issue of adding a search feature fixed #186

Testing Done:

Write the name or the type of the widget you want to search and then press the search button, the results will be displayed.

Additional Notes:

Write the name or the type of the widget you want to search and then press the search button, the results will be displayed.

Checklist:

Please review and merge this PR at your earliest convenience.

Thank you!

Uttkarsh-raj commented 1 year ago

Thanks @Roshaen . And also can you tell anyone trying to add a new widget to add it in the search page too since it will make it easier for everyone..