Skip to content

Commit 60e57a0

Browse files
Update README.md
1 parent e13e776 commit 60e57a0

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

README.md

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
1-
# day28
1+
## Flutter Searchable ListView - Day 28
22

3-
A new Flutter project.
3+
```dart
4+
class Afgprogrammer extends Flutter100DaysOfCode {
5+
video() {
6+
return {
7+
"title": "Flutter Searchable ListView",
8+
"description": "Let's work with the ListView widget and make it searchable.",
9+
"day": 28,
10+
"videoLink": "https://youtu.be/9PWaRfYZ6Lg"
11+
}
12+
}
13+
}
14+
```
15+
### [Watch it on Youtube](https://youtu.be/9PWaRfYZ6Lg)
416

5-
## Getting Started
17+
## Previous Designs
18+
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)
619

7-
This project is a starting point for a Flutter application.
820

9-
A few resources to get you started if this is your first Flutter project:
21+
## Development Setup
22+
Clone the repository and run the following commands:
23+
```
24+
flutter pub get
25+
flutter run
26+
```
1027

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
28+
## Screenshot
1329

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
30+
<img src="assets/screenshots/searchable-listview.png" />
31+
32+
## Links
33+
34+
* [Website](https://afgprogrammer.com)
35+
* [Youtube channel](https://youtube.com/afgprogrammer)
36+
* [Twitter](https://twitter.com/afgprogrammer)
37+
* [Instagram](https://instagram.com/afgprogrammer)

0 commit comments

Comments
 (0)