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
@Lotus_Trade2 жыл бұрын
your channel just got recommended so i just subbed and saved the video in my flutter playlist. ill come back when i finish DART
@adolfusadams46152 жыл бұрын
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.
@anmaranmars86112 жыл бұрын
Thank you So much Amazing Tutorial
@ahmedsamiabdelalim67832 жыл бұрын
جزاكم الله كل خير
@omaral_heeh4057 Жыл бұрын
احلى اشي اني عرفت بعد ما خلصت الفيديو انك عربي 😅
@muhammedunaisq Жыл бұрын
Thanks lot brother❤
@ghayoorhussain89302 жыл бұрын
Amazing Tutorial
@studywithus20482 жыл бұрын
really awesome!
@mohamadcheaib2 жыл бұрын
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.
@codingwithhadi2 жыл бұрын
Hi Mohamad, Not sure I got what you mean. The fetched products are already in a local list, and the List.Builder is taking care of the rendering issue. The limit is not an issue here since it's for educational purposes, for real apps this should be discussed with the backend developer. If you mean to fetch more items before arriving to the end of the list in few items, I understand and it's the same idea, but this is for educational purposes so I try to keep clear as much as possible..
@mohamadcheaib2 жыл бұрын
@@codingwithhadi No what i mean that you are always fetching an increment number of products, so if you have 100000 of product at the end the query will fetch 100000 of product in one request, so what i'm saying is we need to use the offset and the limit in the pagination and adding the result to the list.
@codingwithhadi Жыл бұрын
@@mohamadcheaib Ah yes sure, the idea was just to show how pagination idea works in Flutter, you can fix the limit and change the offset, I mentioned it.
@MuhammadIbrahim-sf1bb Жыл бұрын
Why you didn't use futurebuilder for productsDetails Api?
@codingwithhadi Жыл бұрын
You can
@borakececi84722 жыл бұрын
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.
@dev.faizan2 жыл бұрын
great 👍🏿
@mehwar_furniture2 жыл бұрын
but when we have an api key then how it will work? Please make a video with api key
@codingwithhadi Жыл бұрын
I covered it in the News app course www.udemy.com/course/flutter-30rest-api-crash-course-build-a-news-app-from-zero/?couponCode=MARCH_SALE
@Flutter52 жыл бұрын
لوسمحت ممكن تفعل الترجمة subtitle على الفيديو
@noeliafernanda10612 жыл бұрын
Hi, Any coupon for your Udemy course (Black Friday weekend)??🤔
@codingwithhadi2 жыл бұрын
discord.gg/J8ePfQjn in this channel you will find coupons with the best price, it's available for more 2-3 days.
@CodeWithMaya072 жыл бұрын
What should i do when i have to call more than 1 api
@edwin24132 жыл бұрын
🤦 p̷r̷o̷m̷o̷s̷m̷
@FluDeveloper Жыл бұрын
there was no need for making showing customer to another customer
@codingwithhadi Жыл бұрын
Hello, The purpose of this course is to teach about the rest API with Flutter, so I try to use the API options as much as possible to make it clearer for the students. If you want other real complete apps check my courses on Udemy www.udemy.com/user/hadi-kachmar-2/
@mohammedsayed2203 Жыл бұрын
علي فكرة انت بتصعب الحاجة جدا وبتعقدها
@aruncse807 Жыл бұрын
Give me ur udemy username and password sir I am learning for flutter api