/Flutter-instagram-following-list

Let's Redesign Instagram Following List with ListView widget - Day 26/27

Primary LanguageDartApache License 2.0Apache-2.0

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