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"
    }
  }
}

Watch it on Youtube

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screenshot

Links

GitHub

View Github