Skip to content

Commit 1678ceb

Browse files
Update README.md
1 parent 95c999d commit 1678ceb

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
## Flutter Food Delivery Application Design
2-
3-
A part of #flutter100daysofcode. Let's create a beautiful and animated Food Delivery UI with Flutter.
1+
## Flutter Food Delivery Application Design - Day 3
2+
3+
```dart
4+
class Day3 extends Flutter100DaysOfCode {
5+
video() {
6+
return {
7+
"title": "Flutter Food Delivery Application Design",
8+
"description": "Let's see how we can design a Food Delivary app UI and add some animation.",
9+
"day": 3,
10+
"videoLink": "https://youtu.be/lff21mmYhvQ"
11+
}
12+
}
13+
}
14+
```
415

516
[Watch it on Youtube](https://youtu.be/lff21mmYhvQ)
617
<br>

0 commit comments

Comments
 (0)