Member-only story
Material Search in Flutter — The Easiest Way
Forget about that packages you rely on for material search
As a developer, we are all habitual to use plugin/libraries to achieve what's required to develop for our project. If there is not default design in our project, then the first thing that comes in our mind, is there any open-source library exists for this kind of implementation?
So after getting the design file from the design team for any project, we start searching in GitHub if any lifesaver programmer already created the library for achieving that particular thing. Especially it happens every time for design-related stuff in our project.
Why?
Because in every team, we have some outstanding designer who somehow comes with dribble shot design. As a developer too, I do know your feeling. But this is not the topic I want to write about here. So before further going let’s see first what we can achieve on Material Search in Flutter without any library.
I’ve tried two libraries for implementing this material search but found it was like bringing a tank to kill mosquitoes. Each time we add a library, we…