Dart & Flutter News Feed App for Beginners | ListView - Part 5

Опубликовано: 02 Октябрь 2024
на канале: Bryan Brkic
754
12

🔥 Subscribe to my YouTube + Turn on Notification Bells!
👉    / @bryanbrkic  

Follow Me on Twitter -   / bryanbrkic  
Follow Me on IG -   / bryanbrkic  
Follow my Facebook Page -   / bryanbrkicfb  

LINK TO FLUTTER DOCS: https://flutter.dev/docs

Hey, Bryan here. I share videos that help web developers up their development skills!

Today I'll be sharing the fifth part of a News Feed mobile application that we will build using Dart and Flutter. This is going to be a mobile application that runs on both Android and IOS, and we will be using a Django backend server which we send API requests to. We won't be writing the code for the Django backend server, instead I already wrote that code, and will show you how to clone the server from GitHub and get it running on your local environment. The main focus of this tutorial series will be on making a mobile application using Dart and Flutter which is why I won't be writing the code for the Django backend server in this tutorial series.

Here is an overview of the things you will learn in this tutorial project:
1. You will learn how to get up and running with Dart and Flutter.
2. You will learn how to create Widgets in Dart and Flutter.
3. You will learn how to make API requests to a backend server, and in particular how to also make these requests to a backend server running on your local machine.
4. You will learn how to make stateful and stateless components.
5. You will learn how to have something organized in a List and display it onto the screen.
6. And you will learn how to make a mobile app, holy cow!.

In this part, I will be be writing code for displaying our posts in a list. To accomplish this I will be using the ListView and will talk about how it works and implement it. In this section we're going to get started on working with it and have cards which hold our posts and for now just display the title of each post. Then in the next video we will wrap up this project by having cards displayed that show all the information related to a user's post.

To stay up to date with the best web development content, make sure you subscribe to My YouTube channel Today!

Final project code can be found at: https://github.com/linkedweb/newsfeed
Code for Django server can be found at: https://github.com/linkedweb/simple-s...