https://github.com/afgprogrammer/flutter-searchable-listview
Flutter Searchable ListView - Day 28
https://github.com/afgprogrammer/flutter-searchable-listview
flutter flutter-example flutter-listview flutter-search
Last synced: 8 months ago
JSON representation
Flutter Searchable ListView - Day 28
- Host: GitHub
- URL: https://github.com/afgprogrammer/flutter-searchable-listview
- Owner: afgprogrammer
- License: apache-2.0
- Created: 2021-08-02T13:46:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T12:25:07.000Z (about 2 years ago)
- Last Synced: 2025-04-30T15:24:00.260Z (8 months ago)
- Topics: flutter, flutter-example, flutter-listview, flutter-search
- Language: Dart
- Homepage: https://youtu.be/9PWaRfYZ6Lg
- Size: 2.49 MB
- Stars: 69
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter Searchable ListView - Day 28
```dart
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](https://youtu.be/9PWaRfYZ6Lg)
## Previous Designs
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)
## Development Setup
Clone the repository and run the following commands:
```
flutter pub get
flutter run
```
## Screenshot

## Links
* [Website](https://afgprogrammer.com)
* [Youtube channel](https://youtube.com/afgprogrammer)
* [Twitter](https://twitter.com/afgprogrammer)
* [Instagram](https://instagram.com/afgprogrammer)