What is Model Classes? And how to create it 🔥|| Consuming a Rest API🔥 in Flutter

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 52

  • @darshankhadse880
    @darshankhadse880 4 роки тому +3

    Best one 👌🏻 keep growing

  • @55ramya55
    @55ramya55 2 роки тому +1

    Clear Explanation...loved it..looking forward for more advanced topics

  • @dcningbo
    @dcningbo 3 роки тому

    I enjoyed the background music. Thank you.

  • @rajadongre4274
    @rajadongre4274 4 роки тому +6

    Good explanation. One of the underrated channel❤️

  • @trickswithandro749
    @trickswithandro749 2 роки тому

    Bhai Bhai Bhaiiiiiiiii
    Jo koi na kr paya wo ap nae kr deya 😀
    At last mai be sek gaya api hitting nd model class 🙂

  • @satdevlpr
    @satdevlpr Рік тому

    Thanks .. Your way of explaining the concept is awesome... keep it up

  • @Missponderlit
    @Missponderlit 2 роки тому +1

    very good explanation. Thanks so much!

  • @vikramlimba8
    @vikramlimba8 10 місяців тому

    thanks sir

  • @mohamedridzwan762
    @mohamedridzwan762 4 роки тому +1

    Very useful channel 👍👍

  • @surajdevgan4202
    @surajdevgan4202 4 роки тому +3

    yes sir, we want full tutorial for parsing json with model class

    • @DevStack
      @DevStack  4 роки тому +3

      Sure working on it :)

  • @kuldeepsingh-vm8zk
    @kuldeepsingh-vm8zk 3 роки тому

    awesome bro

  • @aishvaryrathore4441
    @aishvaryrathore4441 4 роки тому +1

    great video thanks:)

  • @lorenbeall147
    @lorenbeall147 4 роки тому +1

    thank you for thise video

    • @DevStack
      @DevStack  4 роки тому +1

      I am glad it helped you 😇😇😇
      Please do #share and #subscribe so this channel will help to other people also :)

  • @hariprasadhari5045
    @hariprasadhari5045 3 роки тому

    Thank you for this video

  • @sale7680
    @sale7680 Рік тому

    It means that we creat model for ache table in backend for getting data ?

  • @ravronz9677
    @ravronz9677 3 роки тому

    Thanks so much bhai

  • @mustafaninyolu
    @mustafaninyolu 4 роки тому +1

    Good explanation, thanks a lot!

  • @hashWorld-0
    @hashWorld-0 8 місяців тому

    thank u so much

  • @thazeroword646
    @thazeroword646 4 роки тому +2

    Please model and JSON full tutorial... Thanks

  • @johnlao1469
    @johnlao1469 3 роки тому

    THANK YOU FOR SAVING MY LIFE SIR YOU ARE TRULY A GOD PROGRAMMER.

  • @haiderjaafer8164
    @haiderjaafer8164 4 роки тому +2

    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.

    • @DevStack
      @DevStack  4 роки тому +1

      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 :)

    • @haiderjaafer8164
      @haiderjaafer8164 4 роки тому +1

      @@DevStack i have solved the pluigin by upgrade flutter to latest version but url is not working

    • @DevStack
      @DevStack  4 роки тому +1

      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

    • @haiderjaafer8164
      @haiderjaafer8164 4 роки тому +1

      Dev Stack so how can create url like that one

    • @DevStack
      @DevStack  4 роки тому

      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 :)

  • @SaurabhPandey-ww2uq
    @SaurabhPandey-ww2uq 3 роки тому

    What is your vscode theme?

  • @DeshiTraditionReviewer
    @DeshiTraditionReviewer Рік тому

    Thanks for you video but the api link is not working. Can you check it out?

  • @hectorprx
    @hectorprx 4 роки тому +1

    Thanks

  • @etherealcharms
    @etherealcharms 3 роки тому

    Null error showed up for me. Adding 'required' fixed it. Model({required this.name, required this.phonenumber});

  • @Rakesh_official_31
    @Rakesh_official_31 3 роки тому

    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?

  • @kevintailor51
    @kevintailor51 4 роки тому +1

    You are using Vysor right? But how is your Vysor video quality that much better??

    • @DevStack
      @DevStack  4 роки тому

      It also have option for high resolution

    • @kevintailor51
      @kevintailor51 4 роки тому

      @@DevStack But its from Pro version right?

    • @DevStack
      @DevStack  4 роки тому +1

      @@kevintailor51 No

    • @kevintailor51
      @kevintailor51 4 роки тому

      @@DevStack Which version are you using? 3.1.0?

    • @DevStack
      @DevStack  4 роки тому +1

      It is latest version 😅

  • @darshankhadse880
    @darshankhadse880 4 роки тому +1

    How to define all urls in one class and pass it to get and lost plz urgent help

    • @DevStack
      @DevStack  4 роки тому

      Define an object of url and import it in every places where you want to use

    • @darshankhadse880
      @darshankhadse880 4 роки тому

      @@DevStack would you plz give me example

    • @DevStack
      @DevStack  4 роки тому

      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)

  • @darshankhadse880
    @darshankhadse880 4 роки тому

    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

  • @hiteshvadoliya2922
    @hiteshvadoliya2922 3 роки тому

    good try

  • @szyszak9424
    @szyszak9424 2 роки тому

    music totally unnecesarry in tutorial videos

  • @saran7403
    @saran7403 Рік тому

    Hearts