Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T12:25:07.000Z (11 months ago)
- Last Synced: 2024-10-24T22:02:03.155Z (14 days ago)
- Topics: flutter, flutter-example, flutter-listview, flutter-search
- Language: Dart
- Homepage: https://youtu.be/9PWaRfYZ6Lg
- Size: 2.49 MB
- Stars: 65
- Watchers: 4
- Forks: 19
- 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)