class Afgprogrammer extends Flutter100DaysOfCode {
videos() {
return [
{
"title": "Flutter Instagram Following List Redesign",
"description": "Let's Redesign Instagram Following List with ListView widget",
"day": 26,
"videoLink": "https://youtu.be/A3iNuRhbwNg"
},
{
"title": "Flutter Animation | Let's work with the AnimatedList Widget",
"description": "Let's work with the AnimatedList widget and make our list view animated.",
"day": 27,
"videoLink": "https://youtu.be/6jJVGJgsyxY"
},
]
}
}
Clone the repository and run the following commands:
flutter pub get
flutter run