Skip to content

afgprogrammer/Flutter-searchable-listview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Searchable ListView - Day 28

class Afgprogrammer extends Flutter100DaysOfCode {
  video() {
    return {
      "title": "Flutter Searchable ListView",
      "description": "Let's work with the ListView widget and make it searchable.",
      "day": 28,
      "videoLink": "https://youtu.be/9PWaRfYZ6Lg"
    }
  }
}

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screenshot

Links