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

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 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

    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  Рік тому

      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 Рік тому +1

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

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

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

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

    Thank you for another great video! :)

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

    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 Рік тому +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 )

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

    great tutorial!

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

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

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

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

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

    How to make the terminal like yours

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

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

  • @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 Рік тому +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  Рік тому +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?

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

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

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

    Sir make flutter scratch course playlist....

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

    what a decor :)

  • @SabyrBerikuly
    @SabyrBerikuly 9 місяців тому

    why all you make get response and none about post

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

    make more video on flutter.

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

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