We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c999d commit 1678cebCopy full SHA for 1678ceb
README.md
@@ -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.
+## Flutter Food Delivery Application Design - Day 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
+```
15
16
[Watch it on Youtube](https://youtu.be/lff21mmYhvQ)
17
<br>
0 commit comments