yes sir, we want full tutorial for parsing json with model class
@DevStack4 жыл бұрын
Sure working on it :)
@55ramya552 жыл бұрын
Clear Explanation...loved it..looking forward for more advanced topics
@trickswithandro749 Жыл бұрын
Bhai Bhai Bhaiiiiiiiii Jo koi na kr paya wo ap nae kr deya 😀 At last mai be sek gaya api hitting nd model class 🙂
@dcningbo2 жыл бұрын
I enjoyed the background music. Thank you.
@satdevlpr Жыл бұрын
Thanks .. Your way of explaining the concept is awesome... keep it up
@darshankhadse8803 жыл бұрын
Best one 👌🏻 keep growing
@Missponderlit2 жыл бұрын
very good explanation. Thanks so much!
@thazeroword6464 жыл бұрын
Please model and JSON full tutorial... Thanks
@DevStack4 жыл бұрын
Sure :)
@lorenbeall1474 жыл бұрын
yes, me too i want like this tutorial
@vikramlimba88 ай бұрын
thanks sir
@johnlao14693 жыл бұрын
THANK YOU FOR SAVING MY LIFE SIR YOU ARE TRULY A GOD PROGRAMMER.
@mohamedridzwan7623 жыл бұрын
Very useful channel 👍👍
@mohamedridzwan7623 жыл бұрын
Please do support this channel 💪
@sale7680 Жыл бұрын
It means that we creat model for ache table in backend for getting data ?
@lorenbeall1474 жыл бұрын
thank you for thise video
@DevStack4 жыл бұрын
I am glad it helped you 😇😇😇 Please do #share and #subscribe so this channel will help to other people also :)
@ravronz96773 жыл бұрын
Thanks so much bhai
@hariprasadhari50453 жыл бұрын
Thank you for this video
@haiderjaafer81644 жыл бұрын
hi Dev Stack i am trying to add plugins in pubspec.yaml but it got an error ... Because model_json depends on json_serializable any from sdk which doesn't exist (could not find package json_serializable in the Flutter SDK), version solving failed.
@DevStack4 жыл бұрын
In the description I provided a documentation link please check that you are using the exact spelling and exact place ( dev dependency or dependency) of your package :)
@haiderjaafer81644 жыл бұрын
@@DevStack i have solved the pluigin by upgrade flutter to latest version but url is not working
@DevStack4 жыл бұрын
The endpoint url was the demo purpose only. The code of backend you will get in a github repo (the link of the repo is in the description) you have to run the backend server or else you can use your own api end point :) This video will demonstrate you how you will work with the rest api in flutter
@haiderjaafer81644 жыл бұрын
Dev Stack so how can create url like that one
@DevStack4 жыл бұрын
1) Clone the git repo 2) go inside modelserver folder 3) npm install 4) then npm run dev :) But make sure you installed node js and mongodb in your system ;) If you are a linux user then I covered how to install node and mongodb in linux system watch it first :)
@mustafaninyolu4 жыл бұрын
Good explanation, thanks a lot!
@kuldeepsingh-vm8zk3 жыл бұрын
awesome bro
@aishvaryrathore44413 жыл бұрын
great video thanks:)
@hashWorld-06 ай бұрын
thank u so much
@kevintailor514 жыл бұрын
You are using Vysor right? But how is your Vysor video quality that much better??
@DevStack4 жыл бұрын
It also have option for high resolution
@kevintailor514 жыл бұрын
@@DevStack But its from Pro version right?
@DevStack4 жыл бұрын
@@kevintailor51 No
@kevintailor514 жыл бұрын
@@DevStack Which version are you using? 3.1.0?
@DevStack4 жыл бұрын
It is latest version 😅
@Rakesh_official_313 жыл бұрын
Im new to flutter. I have this very complex api.. Which im not able to parse into dart. Could you help me out with the same?
@hectorprx4 жыл бұрын
Thanks
@DevStack4 жыл бұрын
Happy to help :)
@SaurabhPandey-ww2uq3 жыл бұрын
What is your vscode theme?
@DeshiTraditionReviewer Жыл бұрын
Thanks for you video but the api link is not working. Can you check it out?
@etherealcharms3 жыл бұрын
Null error showed up for me. Adding 'required' fixed it. Model({required this.name, required this.phonenumber});
@darshankhadse8803 жыл бұрын
How to define all urls in one class and pass it to get and lost plz urgent help
@DevStack3 жыл бұрын
Define an object of url and import it in every places where you want to use
@darshankhadse8803 жыл бұрын
@@DevStack would you plz give me example
@DevStack3 жыл бұрын
class UserUrl { static String main="example.com"; String checkexist="$main/users/checkexist/"; String login="$main/users/login/"; String registerVendor="$main/users/registervendor/"; String createstorefront="$main/businesses/createstorefront/"; } Kind of this and import it and use it ( it was old type way of using) But you can follow the new pattern like I used in blog app series (created a network handler)
@darshankhadse8803 жыл бұрын
Hey dev i need your help... I have to upload list of multiple images to api how should i do using multipart http Plz give me solutions i have tried all things