Flutter Tutorial for Beginners: How to Make HTTP and API Calls with Flutter!

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

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

  • @galaxies_dev
    @galaxies_dev  Год назад +2

    Now you want to learn more about Flutter? Awesome!
    Check out my new platform galaxies.dev/ for some practical courses & more tutorials 🚀

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

    I highly recommend this tutorial for people who are with Ionic (angular) and want to learn Flutter. Your way of explaining it and implementing code makes it quite similar to how you would do it with Ionic and that really helps me. I was very skeptical about migrating an Ionic app to Flutter, but after watching this tutorial I realized that it's not that complicated and I think I'll take the leap. Thanks Simon 👏

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

      Thank you Manuel - happy to share a different perspective on building apps with Flutter!

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

      Said well.

  • @revengine4830
    @revengine4830 Год назад +2

    Thanks for the tutorial. I'm definitely saving this one. 👍

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

    Nice this will be my first aproach to flutter after code with you with Ionic, Thnx a lot!

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

      Glad I could help! Just give it a try :)

  • @emreaka3965
    @emreaka3965 Год назад +2

    Thank you for another great video! :)

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

    thanks for this video very detailed. it really helped me to build my mobile app for social media content creator (dashboarding solution), which is now live! it has been few days only but this video was very helpful!
    API was a bit trickier but could make it work eventually :) cheers

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

    Wait for next videos Grimm, thx a lot!

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

    great video + my first API fetching on Flutter, but I have a little problem it keeps return a Single result ( only one user name and email )

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

    Great tutorial, thx! As a follow-up, transforming this code into a website using Flutter Web would be super interesting!

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

      Will check out Flutter for web soon again now that Flutter 3.7 is out!

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

    great tutorial!

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

    This is amazing! Can you do a tutorial also with React Native? 😬

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

    How to make the terminal like yours

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

    Hi, Simon. You did a great tutorial thanks to it I was able to connect to my API, but I have one problem. I would like to do a filtering of the list that I download from the API, and it keeps returning the lack of data. Could you do a list search from the API? It would be great. Great job :)

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

    Hey man you are not that interesting in using Ionic for most of your projects right now? What do you think about Ionic right now. You used to say you didn't like using RN or Flutter and now I see you using most of the time.

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

      I try out different technologies to get a better perspective of the whole cross platform landscape. That doesn't mean I'm not using it anymore, I like it just as much as before!

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

    whats the theme?

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

    what a decor :)

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

    Right click => refactor => wrap and you dont have to cut and paste :)

  • @dailylifepicture
    @dailylifepicture 3 месяца назад

    Sir make flutter scratch course playlist....

  • @SabyrBerikuly
    @SabyrBerikuly 10 месяцев назад

    why all you make get response and none about post

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

    github code not found 404 :

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

      It's linked in the tutorial on Galaxies and you need to connect your Github account to Galaxies.dev in order to download it!

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

    make more video on flutter.

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

    more flutter

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

    Everything is a widget but what is a widget? Widget is a class and all widgets you use derived from this Widget class that's why everything you use is a Widget.