Nested JSON & Maps | Build Models | Nested Models | Parsing Json | Flutter Dart

Поділитися
Вставка
  • Опубліковано 10 лип 2024
  • We will learn about nested json and nested maps in flutter and learn how to build nested models.
    See tut here
    www.dbestech.com/tutorials/fl...
    Generate models
    javiercbk.github.io/json_to_d...
    Consulting service What'App @dbestech
  • Наука та технологія

КОМЕНТАРІ • 57

  • @dipeshbadal4567
    @dipeshbadal4567 2 роки тому +6

    I have never saw this kind of teacher in my life before. I love the way he cover all the things like basics to advanced.
    Love you man
    Note: as a beginner these things can be your biggest headaches. so before working with real world applications watch this video again and again.

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

      Thank you Badal.

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

    I think you just saved 5 people's graduation project. Thank you so much for your effort. Everything is simply and neatly explained. Keep up the great great work! Subbed for sure!!!

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

    Finally a good explanation about that, thank you very much.

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

      Glad it was helpful!

  • @MuhammadIlyas-ft1uu
    @MuhammadIlyas-ft1uu 11 місяців тому

    notable works and your way of conveying his point of view are incredible. keep going boss.

    • @dbestech
      @dbestech  11 місяців тому

      Thanks, will do!

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

    Sir, Thank you so much. I was trying to understand this topic since last week. You explain very well with easy examples. Thank you!

    • @dbestech
      @dbestech  Рік тому +1

      You are most welcome

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

    This is next level of Teaching. Will surely subscribe.

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

    Appreciate your teaching skill. Hats off. Thanks from Bangladesh.

  • @wsajjadh
    @wsajjadh 9 місяців тому

    You just saved me from getting out of Flutter. Thank you very much 🥰🥰🥰. Deserve to subscribe

    • @dbestech
      @dbestech  9 місяців тому

      Glad I could help!

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

    I like his explaining style

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

    Finally a proper instructor on UA-cam

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

    very nice way of teach ! Great job! from Brazil !

  • @programmingarmy
    @programmingarmy 2 роки тому +2

    The best channel, best professor ♥️♥️♥️

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

    Great tutorial. Thank you SIR!

  • @harishhoney9493
    @harishhoney9493 6 місяців тому

    nice detailed tutorial, it helps me alot

    • @dbestech
      @dbestech  6 місяців тому

      Glad it helped

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

    u r in another level in teaching

  • @951genni
    @951genni Рік тому

    Great video!

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

    perfect👍✨️

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

    Thank you, helped me a lot....

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

    thank you so much brother.

  • @eyeleon
    @eyeleon Рік тому +1

    YOU
    ARE AN
    AMAZING TEACHER! 👀✨
    Please consider making videos on Flutter Internships, Interviews and Jobs if possible.

  • @ahmadraza9066
    @ahmadraza9066 9 місяців тому

    amazing bro may Allah bless you.

  • @RakibHasan-ry2qb
    @RakibHasan-ry2qb Рік тому

    effective tutorial

  • @comedyfansedit4796
    @comedyfansedit4796 9 місяців тому

    thanks bro

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

    Thank you for tutoials, can you tell me
    How can i search in this type of json
    If i want to search on address basis

  • @vibhor1386
    @vibhor1386 2 роки тому +2

    sir, how can we display the List of all the objects in myAddress with ListView builder?

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

      You need to make class model for it. in the model you should have fromJson method and then you once you received the data from the server, call json.decode(response.body) and then model.fromJson(decoded object). save it in a list

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

      @@dbestechsorry if i wasn't clear in my question , my question was how can i access the List address with all the objects and display in ListView.builder, please help i'm stuck on this problem for so many hours now

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

    Thanks for explaining
    I have a json form API when i pass a parameter to a obj i don't know what to passing I NEED TO MAKE POST IN FLUTTER
    Please help me ❤️

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

      for posting data, you must create json format. You can do it manually as you pass it or you can create a function for it. Then pass the json to the http body proerty.

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

    Hello sir, what is your current age, and how much time did it take to become a master in Dart & flutter? I want to know 🥰

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

      Thanks for the highly appreciation. I been coding for on and off for the last 10 years. I have done some real world projects.

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

    Dart doesn't have utilities to convert JSON to objects ? I'm surprised you have to do it manually

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

      It has some plugins to do it.

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

    This video doesn't say a word about JSON, but only about maps. Maps are data structures, not a string that _describes_ a data structure, which is what JSON is. I need to get the data in and out of JSON.

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

      Yes, but this video is to make the idea easy for beginners and showing the similarity between json and map. Which I said it in the video

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

      @@dbestech: Have you read the title of your video?