Networking Requests in Flutter | Day 10 -

Поделиться
HTML-код
  • Опубликовано: 9 фев 2021
  • Kilo Loco shows you how to interact with an API and request data from a server using a networking request. This tutorial will cover how to use the http package, understanding JSON, and how to display that JSON on screen.
    ** Show Notes and Links **
    Project Files:
    github.com/Kilo-Loco/30DaysOf...
    Kilo Loco on Social Media:
    www.kiloloco.com
    Discord - / discord
    Twitter - / kilo_loco
    Instagram - / kilo_loco
    #flutter #dartlang #30DaysOfFlutter

Комментарии • 17

  • @knotcircle2844
    @knotcircle2844 2 года назад +1

    Thanks a million. We're currently learning flutter on the office. I saw your video about login, bloc, watched and go back to cubit. At first It's overwhelming to grasp since I'm new to flutter. Going back to this video helped me breakdown the login process of our existing system into easy to understand chunks of code. I should've watch this first then cubit then bloc. Anyways thank u

  • @diegotrujillo6284
    @diegotrujillo6284 3 года назад

    Amazing!!! Thanks KiloouuuuLocouuuuu

  • @faizulla5838
    @faizulla5838 2 года назад +1

    Красавчик Братан.
    Broo Thanks a million!!! I have come a long way to understand it on Russian canals and understand it in English, due to you.

  • @noureenabdelrahman1135
    @noureenabdelrahman1135 Год назад

    Amazing content

  • @MuhammadAli-zv5vz
    @MuhammadAli-zv5vz 3 года назад

    Amazing Amazing content

    • @Kilo_Loco
      @Kilo_Loco  3 года назад

      Glad you like it 😁

  • @yahalomsoftwareguymaimon7328
    @yahalomsoftwareguymaimon7328 2 года назад +1

    API is not accessible in the address you mentioned in the video

  • @kumarvishalben
    @kumarvishalben 3 года назад +1

    What an awesome name: kiloloco 😄👌👌

  • @asjadibrahim7170
    @asjadibrahim7170 Год назад

    Hi @Kilo you are doing a lot of effort for us, thanks for everything, I have one question, how do we intercept API requests in flutter like we are doing in android with a retrofit?.

  • @ricodomonkos3053
    @ricodomonkos3053 2 года назад

    Great series Kilo! Kinda refreshing after a lot of others with the horrible indian accent, lol :) Keep up the good work! And thanks of course!

    • @mazharimam9216
      @mazharimam9216 2 года назад

      And the Indian with those horrible accent are working in US, UK, Singapore and many more .Rather than talking about our accent try to focus on urs because we know u can't even speak a bottle of water in proper way lol 😂😂😂😂😂😂😂😂😂😂😂.nd yes don't try to mess wd us.

  • @misteriosdelgamer
    @misteriosdelgamer Год назад

    Whats the difference there between using builder and futureBuilder?

  • @Eugene.Berezin
    @Eugene.Berezin 3 года назад

    Can you do something similar to Codable, like a data model and then parse it as you receive your json?

    • @Kilo_Loco
      @Kilo_Loco  3 года назад

      Like manually parsing? DM me and I’ll make it but idk what you’re looking for

    • @Eugene.Berezin
      @Eugene.Berezin 3 года назад

      @@Kilo_Loco I was just curious if it’s possible to create data model similar to what we do in iOS?