Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.3 KB

File metadata and controls

49 lines (41 loc) · 1.3 KB

Flutter Instagram Following List Redesign - Day 26/27

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"
      },
    ]
  }
}

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

ScreenShot

Following page

Members page

Links