ahmed-alzahrani / Flutter_Search_Example

An example Flutter application to show users how to query an API for info, display the result of the query into a List View, and also implement a search bar at the top of the app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_api_filter_list

An article accompanying this project can be found here

A new Flutter demo application built to show people an easy way to do the following:

  • Query an API for some info using flutter package dio

  • Create a page that generates a listView for the user based on the info retrieved from the API

  • Add a search bar in the top App Bar where the user can filter their listView

Below is an example of the search bar in action:

gif

About

An example Flutter application to show users how to query an API for info, display the result of the query into a List View, and also implement a search bar at the top of the app.


Languages

Language:Dart 79.7%Language:Objective-C 13.5%Language:Java 6.8%