🏀📱 NBA App • Data from API • Flutter Tutorial ♥

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2022
  • 📱 Flutter Courses • mitchkoko.app/
    💰 Hire Me / Book Consultation Call • mitchkoko.gumroad.com/l/CallW...
    ❤️ True Fans • / mitchkoko
    How to read JSON data from API!!
    SOURCE CODE • github.com/mitchkoko/http-api...
    NBA API • www.balldontlie.io/#getting-s...
    ~ ;
    🎧 Flutter Pod • / @flutterpod
    💰 IF YOU ARE NEW TO FLUTTER.. you need to watch my Flutter UI Course for BEGINNERS mitchkoko.gumroad.com/l/Begin...
    💬 JOIN DISCORD SERVER • / discord
    ~ ;
    📱 INSTAGRAM • / createdbykoko
    📱 TWITTER • / createdbykoko
    📱 TIKTOK • / createdbykoko
    💻 GITHUB • github.com/mitchkoko/
    🖥 WEBSITE • mitchkoko.app/
    flutter ios android to do todo app ui uidesign hive backend complete app widgets habit tracker created from scratch modern dope smart home app ui user interface uix ux tutorial flutter tutorial ui step by step from scratch grocery provider app shop ecommerce mobile app
    #flutter #createdbykoko
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 82

  • @tfozo
    @tfozo ปีที่แล้ว +28

    I think the universe is telling me to become more productive in flutter. U see yesterday I was studying about API integration using HTTP. And now when I'm back from work...KOKO has made a video about it. And what's really funny is that I stopped working on it yesterday confused because I was working with a 2020 document (book). So I got myself a new source. Thanks Mitch

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +9

      I think the universe is telling u the right thing 😂 good luck and let me know if u have any issues

    • @piusijachi2763
      @piusijachi2763 ปีที่แล้ว

      @@createdbykoko how do I start start flutter

  • @jessesantos7679
    @jessesantos7679 ปีที่แล้ว +2

    you're so great, you teach things in a way that sounds very easy! thanks!!!!

  • @PaschalAOgba
    @PaschalAOgba ปีที่แล้ว +1

    As i anticipated, you will definitely make it seems so easy.
    Thanks bro.

  • @verticrow
    @verticrow ปีที่แล้ว

    Great tutorial on the basics of http and getting data from the api. Thanks!

  • @revengine4830
    @revengine4830 6 หลายเดือนก่อน

    Definately saving this 🔥

  • @stefanb.2575
    @stefanb.2575 ปีที่แล้ว

    awesome, simple and quick. many thanks

  • @brichardev6099
    @brichardev6099 ปีที่แล้ว

    Great video! I Am from Brazil and am studying flutter for 1 month, your channel really help with the practice part of the study ,so big thanks buddy and god bless you

  • @fadhilivunza
    @fadhilivunza ปีที่แล้ว

    Awesome video,much appreciated!!

  • @javtheghost3789
    @javtheghost3789 ปีที่แล้ว

    you make it look easy, thanks

  • @user-fr6wl1eu3v
    @user-fr6wl1eu3v 28 วันที่ผ่านมา

    I request for more videos about API CALLS in flutter, Thanks Koko

  • @kvitusja
    @kvitusja ปีที่แล้ว

    thank you so much for this video!

  • @kevalmotisariya1215
    @kevalmotisariya1215 ปีที่แล้ว

    Always waiting for your new video

  • @herewegoeth
    @herewegoeth ปีที่แล้ว

    thank you man you're my motivation

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      YOU GOT THIS KEEP IT UP 👨🏽‍💻❤️

  • @thushankalana4940
    @thushankalana4940 14 วันที่ผ่านมา

    Thank you so much Sir ❤️❤️❤️🙏🙏🙏

  • @lanfyp
    @lanfyp 10 หลายเดือนก่อน

    Merci beaucoup ! 👍👍

  • @flutterforbmirza
    @flutterforbmirza ปีที่แล้ว +1

    Great Video dude, can u make more videos related to using api's, and using future builders, state provider etc, it would be really helpful!

  • @davidnestico
    @davidnestico ปีที่แล้ว

    Would love a series for this app build, interested in the live scores for my own little project in a different sport.

  • @franciscogabriel1771
    @franciscogabriel1771 ปีที่แล้ว

    I am also a big fan of the NBA! Now I'm developing an NBA quiz app, but in the future I will develop an NBA app like yours!

  • @yekto711
    @yekto711 ปีที่แล้ว

    good, i found this. Thank you

  • @prasanima6720
    @prasanima6720 ปีที่แล้ว

    Awesome!!

  • @Soulandbone
    @Soulandbone ปีที่แล้ว

    Man I ve been following your videos and its awesome to realize that you are an NBA Fan, I thought you were just a MJ fan, when I saw your poster, but cool to realize this. I am a crazy hardcore NBA fan, in fact I was building a NBA trivia haha, I am still doing it, but I am not working 100% on it because I like to look for other projects to learn more, and I already did the Hive database habit that you made, i just coded somethings differently but it has been an inmense help in my wearn to learn more app development. I have done already some api stuff, but since its NBA related I want to see what you have in store in this video. I will probably do something NBA related after I watch this video. Anyways, thanks for the videos, super helpful mate, take care!

    • @Soulandbone
      @Soulandbone ปีที่แล้ว

      and btw whats your favorite team? I am a Die hard Lakers fan. LAL4LIFE

  • @krzysztofjabonski5572
    @krzysztofjabonski5572 ปีที่แล้ว +10

    Excelent tutorial, except in FutureBuilder you shoudn't provide function as a future, because the api call will be made on every call of build method, so basically on every state change, and it may lead to unexpected behaviour. It's worth remembering that flutter can call build method internally, not only on setState evocation. The best way to fetch data if you don't use any fancy state management is to create future in initState method. This is called only once, no matter how many times widget is rebuild. Besides that greate video, love your work and keep it up!

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +4

      Hey thanks for the feedback! And you are right actually. Thank you!!!

    • @TarrenHassman
      @TarrenHassman ปีที่แล้ว +1

      @@createdbykoko I also feel like when you do do state management it would be cool to show how to add it to an existing project like this one and how it improves performance, allows for easier rerendering or live data, etc.

  • @noahsup7355
    @noahsup7355 ปีที่แล้ว +1

    nice video, thanks

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      No problem 👨🏽‍💻❤️

  • @da3monsneverstop
    @da3monsneverstop ปีที่แล้ว

    Thanks

  • @sumirandahal76
    @sumirandahal76 ปีที่แล้ว

    nice one bro

  • @sreejithcs9443
    @sreejithcs9443 ปีที่แล้ว

    Thanku❤️

  • @digitalground
    @digitalground ปีที่แล้ว

    Love it😊

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      Glad u like it 😇❤️❤️

  • @princesamuel8985
    @princesamuel8985 ปีที่แล้ว +1

    Please continue this rest api series, do patch, post and delete

  • @user-dv1ps1ir7z
    @user-dv1ps1ir7z ปีที่แล้ว +1

    Thanks, peace

  • @Winters__
    @Winters__ ปีที่แล้ว

    Nice one

  • @Klausi-uq4xq
    @Klausi-uq4xq ปีที่แล้ว

    i prefer a factory inside the data model and use and iterable combined with a map and toList() to get the data :)

  • @clxuddymusic3658
    @clxuddymusic3658 ปีที่แล้ว

    that was awesome can we get like more api stuff it was really fun I feel like i learned a lot thank you!!!!!

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      Haha ofc ❤️ glad u like it

  • @erpethiopia
    @erpethiopia ปีที่แล้ว

    please next part be with the same api fetch for detail show. thanks for the content

  • @murshikalpaka4530
    @murshikalpaka4530 2 หลายเดือนก่อน

    Do you have a full video of this nba app build?

  • @blazer5488
    @blazer5488 ปีที่แล้ว +4

    Can you do a health app which displays BMI etc? Love your videos!

  • @speedtnt7591
    @speedtnt7591 ปีที่แล้ว

    Nice one, a question, will this work with NodeJs API?

  • @PraneshPyaraShrestha
    @PraneshPyaraShrestha ปีที่แล้ว

    Will you make videos on BLoC architecture?

  • @filippkotenko851
    @filippkotenko851 3 หลายเดือนก่อน

    ❤❤❤

  • @tfozo
    @tfozo ปีที่แล้ว

    Mitch on the next video please please explain the flutter widgets lifecycle. like all of em. pls bro

  • @sumirandahal76
    @sumirandahal76 ปีที่แล้ว

    bro we can use the margin property of the container to avoid extra padding widget

  • @twitcheroooz9006
    @twitcheroooz9006 ปีที่แล้ว

    Sir Koko can you make a vid about connectivity?? Wifi and Mobile Data in Flutter apps

  • @abdorizak
    @abdorizak ปีที่แล้ว

    Can u make a tutorial how to use Rivepod Package state management

  • @masterharith8488
    @masterharith8488 ปีที่แล้ว

    Im in my final year semester in my university and my final year project is required to use rule based using flutter, appreciate it if you can show me how to apply rule based expert system using flutter, currently there is non example on youtube

  • @YoniTube
    @YoniTube 4 หลายเดือนก่อน +2

    nice but the website now work with api key you see that?

  • @redinternet9893
    @redinternet9893 ปีที่แล้ว

    How can I find the way to get other APIs for my prototypes

  • @dimitristerzz
    @dimitristerzz 8 หลายเดือนก่อน

    can you make a tuto on how to interact w spotify api cause its tricky asf

  • @saurabhmishra3217
    @saurabhmishra3217 ปีที่แล้ว

    hello sir, if have not any link(api data) then how to fetch model

  • @geenews6207
    @geenews6207 ปีที่แล้ว

    Sir! How much earning potential is as freelancer or publishing own apps on playstore, after learning flutter?

  • @lailaouritue9434
    @lailaouritue9434 ปีที่แล้ว

    ❤❤❤ please anther vd json list view with image

  • @clovisstanford6515
    @clovisstanford6515 ปีที่แล้ว

    abbreviation: eachTeam['abbreviation'], GETTING ERROR AS NULL IS A NOT A SUBTYPE OF TYPE STRING

  • @imchiragkumar
    @imchiragkumar ปีที่แล้ว

    i am not getting length of list after adding and also getting this error [ invalid value: valid value range is : 0

  • @jobjosekutty9281
    @jobjosekutty9281 ปีที่แล้ว

    Want bloc state manegement tutorial🙂

  • @parthudawant7015
    @parthudawant7015 ปีที่แล้ว

    Excellent Work ⚡ How do you build these mockups 😀

  • @kylejustinedimla1167
    @kylejustinedimla1167 2 หลายเดือนก่อน +1

    what seems to be the problem when it just load and it does not show anything

  • @vladimir432
    @vladimir432 ปีที่แล้ว

    Please Can you Make Full Bus Tracking Mobile App

  • @geenews6207
    @geenews6207 ปีที่แล้ว

    Sir! I have learned about 50% to 60% of flutter and also made some apps. I dislike freelancing and want to earn passive income. I'm learning flutter with the intent to make apps and publish them on playstore to get passive income. Is there any earning potential on this track?

  • @abdelouahebbenouar6157
    @abdelouahebbenouar6157 15 วันที่ผ่านมา

    i want to display all players instead , but somehow the api is limiting me to 25 players only , how to fix that?

  • @lepresk
    @lepresk ปีที่แล้ว

    This tutorial is good but verry basic, can you do somothing more better look like in real app with features like pagination, navigation, etc that can be pushed in production

  • @hvpy.
    @hvpy. ปีที่แล้ว

    Can you please do a tutorial on bloc 🙏 Love your channel btw

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      Yeah sure. Just curious, why do you personally use bloc?

    • @hvpy.
      @hvpy. ปีที่แล้ว

      @@createdbykoko Where i work at they implement BloC so i have to follow it.

    • @createdbykoko
      @createdbykoko  ปีที่แล้ว +1

      @@hvpy. ohh nice!! Using Flutter at your work so cool. Just curious what kind of app/business is it??

    • @hvpy.
      @hvpy. ปีที่แล้ว

      @@createdbykoko Currently 'm currently making an HR App for them! I've only started using flutter 3 months ago and most of what i learned i did from you

  • @welldoneoverwellsaid376
    @welldoneoverwellsaid376 5 หลายเดือนก่อน

    waow. this is amazing . i am creating a similar app. could you help me out to integrate api . for the love of basketball ?😀

  • @3DPrefabs
    @3DPrefabs 3 หลายเดือนก่อน

    Looks like its no longer public

  • @krystlertabinas3151
    @krystlertabinas3151 4 หลายเดือนก่อน

    where did you get that teams.add? its not defined on mine.