Member-only story

Material Search in Flutter — The Easiest Way

Forget about that packages you rely on for material search

Walid Ashik
3 min readJul 17, 2020
Photo by Evgeni Tcherkasski on Unsplash

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.

Material Search in Flutter

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…

--

--

Walid Ashik
Walid Ashik

Written by Walid Ashik

I try to write as much as possible so that I don’t have to write my own biography!

No responses yet