afgprogrammer / Flutter-instagram-following-list

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

Home Page:https://youtu.be/A3iNuRhbwNg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Watch it on Youtube (day 26)

Watch it on Youtube (day 27)

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

About

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

https://youtu.be/A3iNuRhbwNg

License:Apache License 2.0


Languages

Language:Dart 73.9%Language:HTML 22.7%Language:Swift 2.5%Language:Kotlin 0.7%Language:Objective-C 0.2%