Skip to content

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.

Notifications You must be signed in to change notification settings

gokhanersoy/Flutter_Search_Example

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 79.7%
  • Objective-C 13.5%
  • Java 6.8%