Flutter 3.0 & Rest API crash course, build a store app

preview_player
Показать описание

This course is fully available on YouTube and Udemy.

Connect with me on😀

Useful apps🌞:

00:00 - Intro
01:53 - App Overview
05:11 - Source code on Github
06:19 - Setting up the application theme and structure
11:16 - Implement the appBar in the Home screen
18:32 - Implement the Search text field
25:32 - Implement the carousel widget design
32:34 - Imeplement the Swiper widget
37:12 - Implement the product widget design
42:27 - Impelement the Products GridView
46:32 - Implement the all products screen
49:27 - Implement the produt details screen
52:39 - Implement the Categories screen
01:00:21 - Implement the users screen
01:07:48 - What is Rest API
01:10:12 - The API that we will use
01:12:55 - Test the API Using postman
01:16:15 - Convert the Json to a dart class Model
01:22:17 - Start integrating the Rest API in our app
01:28:00 - Fetch and display the products on the screen
01:43:17 - Improve the code written to show the products on the screen
01:49:08 - Use the provider state management to display the products
01:55:55 - Fetch and display the categories on the screen
02:03:12 - Fetch and display the users on the screen
02:08:18 - Display the correct product details in the details screen
02:15:58 - Errors Handling
02:24:46 - on Scroll Pagination
02:40:12 - END
Рекомендации по теме
Комментарии
Автор

I started following you new but I can honestly say you've changed and improved my way of writing flutter codes... it's really amazing ..thank you... secondly...I would love it if you could do a tutorial covering state management in full details

felicity
Автор

your channel just got recommended so i just subbed and saved the video in my flutter playlist. ill come back when i finish DART

Lotus_Trade
Автор

Your Flutter rest api tutorials are really awesome!

Could you please do a tutorial (or tutorials) showing how to build a Flutter CRUD app with GraphQL and GetX?

Hasura is very easy to work with so perhaps you could use that as the backend as well as to generate the GraphQL endpoint.

Truly hope you are able to do this.

adolfusadams
Автор

Gradle task assembleDebug failed with exit code 1, it gaves this. First i tried flutter clean, flutter packages upgrade and get. I close and opened. Then it worked, i dont know how.
Anyway thank you.

borakececi
Автор

Small enhancement for the PAGINATION you are adding 10 to the limit, which mean each time a scroll to the end gets we are fetching the whole previous number plus 10 from the database, which it can be over-fetching on database level, so it is better to change offset and limit and adding the response to a list predefined. So always we will be fetching 10 records.

mohamadcheaib
Автор

لوسمحت ممكن تفعل الترجمة subtitle على الفيديو

Flutter
Автор

احلى اشي اني عرفت بعد ما خلصت الفيديو انك عربي 😅

omaral_heeh
Автор

but when we have an api key then how it will work?
Please make a video with api key

mehwar_furniture
Автор

Why you didn't use futurebuilder for productsDetails Api?

MuhammadIbrahim-sfbb
Автор

Hi, Any coupon for your Udemy course (Black Friday weekend)??🤔

noeliafernanda
Автор

What should i do when i have to call more than 1 api

CodeWithMaya
Автор

علي فكرة انت بتصعب الحاجة جدا وبتعقدها

mohammedsayed
Автор

there was no need for making showing customer to another customer

FluDeveloper
Автор

Give me ur udemy username and password sir I am learning for flutter api

aruncse