Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afgprogrammer/flutter-instagram-following-list
Let's Redesign Instagram Following List with ListView widget - Day 26/27
https://github.com/afgprogrammer/flutter-instagram-following-list
flutter flutter-example flutter-listview flutter-ui listview-flutter
Last synced: 15 days ago
JSON representation
Let's Redesign Instagram Following List with ListView widget - Day 26/27
- Host: GitHub
- URL: https://github.com/afgprogrammer/flutter-instagram-following-list
- Owner: afgprogrammer
- License: apache-2.0
- Created: 2021-07-29T12:57:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T11:24:16.000Z (11 months ago)
- Last Synced: 2024-05-21T02:22:11.478Z (6 months ago)
- Topics: flutter, flutter-example, flutter-listview, flutter-ui, listview-flutter
- Language: Dart
- Homepage: https://youtu.be/A3iNuRhbwNg
- Size: 714 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Flutter Instagram Following List Redesign - Day 26/27
```dart
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)](https://youtu.be/A3iNuRhbwNg)
### [Watch it on Youtube (day 27)](https://youtu.be/6jJVGJgsyxY)## Previous Designs
[Checkout my Youtube channel](https://youtube.com/afgprogrammer)## Development Setup
Clone the repository and run the following commands:
```
flutter pub get
flutter run
```## ScreenShot
### Following page### Members page
## Links
* [Website](https://afgprogrammer.com)
* [Youtube channel](https://youtube.com/afgprogrammer)
* [Twitter](https://twitter.com/afgprogrammer)
* [Instagram](https://instagram.com/afgprogrammer)