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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

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

  • @createdbykoko
    @createdbykoko  4 месяца назад

    💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
    📱 Flutter Masterclass • mitchkoko.app/
    🔥 I'm coding a startup.. www.patreon.com/mitchkoko

  • @tfozo
    @tfozo 2 года назад +34

    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  2 года назад +10

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

    • @piusijachi2763
      @piusijachi2763 Год назад +1

      @@createdbykoko how do I start start flutter

  • @BashirKasujja
    @BashirKasujja 5 месяцев назад +4

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

  • @krzysztofjabonski5572
    @krzysztofjabonski5572 2 года назад +11

    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  2 года назад +4

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

    • @TarrenHassman
      @TarrenHassman 2 года назад +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.

  • @jessesantos7679
    @jessesantos7679 2 года назад +2

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

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

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

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

    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

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

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

  • @blazer5488
    @blazer5488 2 года назад +4

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

  • @flutterforbmirza
    @flutterforbmirza 2 года назад +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!

  • @RovaHerve-th1rg
    @RovaHerve-th1rg 3 месяца назад +1

    Your video is great...Thanks for your spending time and effort for this video.

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

    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!

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

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

  • @YoniTube
    @YoniTube 9 месяцев назад +4

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

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

    Will you make videos on BLoC architecture?

  • @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

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

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

  • @stefanb.2575
    @stefanb.2575 2 года назад

    awesome, simple and quick. many thanks

  • @revengine4830
    @revengine4830 11 месяцев назад

    Definately saving this 🔥

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

  • @murshikalpaka4530
    @murshikalpaka4530 6 месяцев назад

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

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

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

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

    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

  • @kylejustinedimla1167
    @kylejustinedimla1167 6 месяцев назад +1

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

  • @abdelouahebbenouar6157
    @abdelouahebbenouar6157 5 месяцев назад

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

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

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

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

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

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

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

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

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

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

    thank you man you're my motivation

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

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

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

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

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

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

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

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

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

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

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

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

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

    Always waiting for your new video

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

    you make it look easy, thanks

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

    Awesome video,much appreciated!!

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

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

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

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

  • @thushankalana4940
    @thushankalana4940 5 месяцев назад

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

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

    Merci beaucoup ! 👍👍

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

    thank you so much for this video!

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

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

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

    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

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

    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?

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

    good, i found this. Thank you

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

    Excellent Work ⚡ How do you build these mockups 😀

  • @noahsup7355
    @noahsup7355 Год назад +1

    nice video, thanks

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

    Please Can you Make Full Bus Tracking Mobile App

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

    Awesome!!

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

    Want bloc state manegement tutorial🙂

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

    ❤❤❤ please anther vd json list view with image

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

    nice one bro

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

    Love it😊

  • @elsamyempire
    @elsamyempire Год назад +1

    Thanks, peace

  • @hvpy.
    @hvpy. 2 года назад

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

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

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

    • @hvpy.
      @hvpy. 2 года назад

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

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

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

    • @hvpy.
      @hvpy. 2 года назад

      @@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 10 месяцев назад

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

  • @filippkotenko851
    @filippkotenko851 8 месяцев назад

    ❤❤❤

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

    Nice one

  • @3DPrefabs
    @3DPrefabs 7 месяцев назад

    Looks like its no longer public

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

    Thanks

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

    Thanku❤️

  • @krystlertabinas3151
    @krystlertabinas3151 9 месяцев назад

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