01 Flutter API call | Flutter REST API Series

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • Making API Calls in Flutter using HTTP package.
    http package : pub.dev/packag...
    http version: ^0.13.5
    Facebook: / nitishk72
    LinkedIn: / nitishk72
    Patreon: / nitishk72
    Github: github.com/nit...

КОМЕНТАРІ • 88

  • @mrtherapy309
    @mrtherapy309 Рік тому +56

    Always the Indian guys with little followers that give quality contents. I don't know who you are bro, but you just helped me solve a problem I have been having since yesterday. I wish I could give you a hug right now. Thanks man.

  • @yugeshyugi6188
    @yugeshyugi6188 7 місяців тому +5

    I searched for API, but nothing is understandable.. finally i got this, it's really easy to understand, thanks for this video bruhh❤

  • @ravi2048
    @ravi2048 Місяць тому

    Mann, you've no Idea how many tutorials I've followed, finally something simple and goes easy on brain!!

  • @nishantkr5759
    @nishantkr5759 5 місяців тому +2

    Oh api consuming is so easy 😮 !
    In other videos they showed 1-2+ hours videos and showed really complicated ways...
    This was a life saver, I feel really confident in flutter now !
    Thanks man

  • @ahmadkhan-h3n6b
    @ahmadkhan-h3n6b 5 місяців тому +2

    Always the Pakistani guys with little followers that give quality contents. I don't know who you are bro, but you just helped me solve a problem I have been having since yesterday. I wish I could give you a hug right now. Thanks man.

    • @nagasatya5969
      @nagasatya5969 5 місяців тому

      u could have copied the same comment. wtf he's not a pakistani idiot

    • @etherex007
      @etherex007 5 місяців тому +4

      He is Indian

  • @salmanabid1700
    @salmanabid1700 2 місяці тому

    I usually don't comment on videos but thumbs up for you Sir! I have been searching on how to make API, how to intergrate API, what is API... etc but never found the right one, after just watching a video of 12 mins I am already getting answers to all of my questions. Thanks a lot for this small series of API.

  • @ritikjain6411
    @ritikjain6411 7 місяців тому

    Thank you, the tutorial was very helpful, i wanted to find out how to fetch data from API, your tutorial was as simple and understanding.

  • @my_wave_app
    @my_wave_app 3 місяці тому

    thanks for this video it really helped me to build my mobile app back in the days (social media influencer data dashboard), which is now live! it has been few days only but this video was very helpful!
    API was a bit trickier than expected but could make it work :) thanks again!

  • @haiderali0801
    @haiderali0801 Місяць тому

    the best ever video on API, Thankyou man!

  • @mohammadbakhsh9547
    @mohammadbakhsh9547 3 місяці тому

    that's super simple and easy tutorial for beginners

  • @cristinaandolfatto1226
    @cristinaandolfatto1226 5 місяців тому

    This is really well done! Simple and clear! Thank you very much 😊

  • @fadilahumar4146
    @fadilahumar4146 Рік тому +3

    i love this tutorial for the beginner, easy to understand thanks a lot u'r amazing

  • @DavidSKIM-su9em
    @DavidSKIM-su9em 8 місяців тому +1

    it's easy to understand and very imformative! thanks

  • @clovisstanford6515
    @clovisstanford6515 Рік тому +2

    Man nailed it truly understood awesome
    , and had some doubts some people uses connectionstate == 200 , why is that why don't you use that ?

  • @TheHeroIsRisingUp
    @TheHeroIsRisingUp Місяць тому

    Thanks bro! I was struggling with this.

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

    Amazing my friend. Thank you so much

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

    thank you a lot. professional but simple tutorial

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

    thankyou for this super amazing tutorial series, truly thanks alot.
    if you get the time a series on data caching and repository pattern would be super helpful to the community :) Thanks

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

    Thanks a lot ,
    new subscriber from Algeria.

  • @nabil_x1
    @nabil_x1 7 місяців тому

    Thanks for making it look easy!

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

    Hello. Thank you for your lessons. I have a question. Why are users = users[index] the final? The user is overwritten at each iteration?

    • @ishitapathak676
      @ishitapathak676 5 місяців тому +1

      In the context of the ListView.builder, each iteration of the itemBuilder function creates a new scope where final variables are declared and assigned values specific to that iteration.

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

    Mind-blowing🔥🔥

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

    Wonderful and easy explanation, thanks a lot!

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

    Thank you for sharing this simple API implement video..

  • @relaxingmusicforcalmstudys6823

    very nice explanation. thanks ❤❤❤❤❤❤❤

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

    hello sir thank you I just learn it well, sir but sometime i get confuse that how I can call the API which is complecated

  • @aidevbhanu
    @aidevbhanu 4 місяці тому

    thank, you save my day . 🥰

  • @perplexedyou9729
    @perplexedyou9729 Рік тому +3

    i am facing an error "final email=users[ 'email' ] " they said the argument type "string" can't assign to a argument type "int" can you please help!

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

      i have solved the problem... thanks for this amazing tutorial...

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

      ​@@perplexedyou9729how bro? Please explain...am stucked

  • @potlapallisravya
    @potlapallisravya 7 місяців тому

    with out model class is it possible?

  • @Nomadicnepalii
    @Nomadicnepalii 8 місяців тому

    Great video, Thanks

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

    What if I want to have my own usernames and profile pictures? what should I do? Please help ASAP

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

    thats awsome video i really like that and help me to learn api :) thanks bro ; just please improve your english and you will have more subscribers

  • @BasantKumar-lt3qd
    @BasantKumar-lt3qd Рік тому

    If our json data is jsonobject means not in array then how can we display it in Text widget ?

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

    Awesome man, Appreciate it💫

  • @isrealemmanuel-l7o
    @isrealemmanuel-l7o Місяць тому

    nice job

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

    Amazing tutorial! Thanks brother!

  • @kadirkazimov6499
    @kadirkazimov6499 27 днів тому

    Thanks a lot!

  • @memo8435
    @memo8435 4 місяці тому

    Amazing

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

    Amazing !♥♥

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

    code is not working for me. No error in debug console. the Print is not showing. when calling the method

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

      found the fix. nvm, thank you for this awesome tutorial

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

      what was the fix, Im facing the problem too
      @@flutterIgnite

  • @lcppb
    @lcppb Рік тому +2

    Parabéns...pela Série de Vídeos...

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

    Good english 👍

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

    thank you very much dil se bro

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

    Amazing content !!!!!

  • @ShashankSahu-r5b
    @ShashankSahu-r5b 11 місяців тому

    setState is not working
    inside void function,
    what to do??

  • @abasilis
    @abasilis Рік тому +3

    Hi, I am learning how to get data from an API, and I see you have two main object which is 'results' and 'info', what type of variable should I define to get the data from the 'info' since info is not a list.
    Thanks to anyone who can help em here.

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

    Good one

  • @ers-ust170
    @ers-ust170 8 місяців тому

    thx 🎉 amazing good..

  • @lxmwaniky
    @lxmwaniky 5 місяців тому

    Thanks alot.

  • @DeepVekariya-pw5ru
    @DeepVekariya-pw5ru Рік тому +2

    i'm doing same codde but i get this error, anyone has solution?
    "Expected a value of type 'List', but got one of type 'Null'", i declare list as dinemic

  • @MemeFuse1
    @MemeFuse1 5 місяців тому

    perfect

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

    in fisical phone i can t see the list populated , any advice ?

  • @jithintv5118
    @jithintv5118 Рік тому +2

    Unhandled Exception: type 'Null' is not a subtype of type 'String' ....i am getting this error

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

    Nice!

  • @shaikbanu8735
    @shaikbanu8735 2 роки тому +3

    Do any one know to set percentage indicator while api calls

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

      We can’t have actual percentage indicators for API call! The indicator which you see on some website or app corresponding to api call are dummy indicator

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

      @@NitishKumarSingh so there is no proper sulution,right ?

  • @AmitSAINI-bm1yr
    @AmitSAINI-bm1yr 11 місяців тому

    Funksun.....😂❤

  • @HafizurRahman-px9yx
    @HafizurRahman-px9yx Рік тому

    Can anyone tell me how to show both first and last name same time in the title ?

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

      final firstName=user['name']['first'];
      final lastName=user['name']['last'];
      title: Text(firstName+' '+lastName),

  • @MehmetEren-c8g
    @MehmetEren-c8g Рік тому

    thanks

  • @potlapallisravya
    @potlapallisravya 7 місяців тому

    source code plz

  • @fahimullah6752
    @fahimullah6752 2 роки тому +3

    my data isnt showing in list

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

      What issue you’re facing?

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

      @@NitishKumarSingh i have a json which has only object not array so I'm confused how to to get data from this type of json

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

      Please share more information here facebook.com/nitishk72
      So I can guide you

  • @VinayKumar-jl3ff
    @VinayKumar-jl3ff 2 роки тому +2

    You make in hindi in easy language

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

      I have started making videos in Hindi
      You should subscribe to this channel
      ua-cam.com/video/9zr0htRkKag/v-deo.html

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

      Very Good Video & Pls continue with English

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

      There are lots of quality English UA-cam channel but coming to the Hindi there are few.
      I will continue in both language and this channel is specifically for English

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

    Hi, who wants to teach rest API in Flutter. I don't know well, please somebody help me. Thanks!!!