Hello everyone in this post I will be implementing a search in flutter, search is basically a basic requirement where you have a lot of content available and you want your users to get access to the content easily and efficiently.And We won’t be using any packages for this app except HTTP to make network requests. before we begin let me show you what we will be implementing by the end of this post. search by first name or last name if the search query contains the name it will appear in search

Pardon me for this ugly looking Grid I will invest some more time to make it look good later ,And this post is mainly focused only on the search functionality as of now.

I think it would be better to make you understand through a diagram how is data being loaded into the UI and Howdoes the search actually work before actually jumping into code. for this search, I will be making use of streams

#grid #search #lists #flutter #dart

How to Search as You Type in Flutter
63.55 GEEK