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

Поделиться
HTML-код
  • Опубликовано: 30 июл 2024
  • In this video, you will learn to get started with FLUTTER and build your first application including API calls. If you're new to the framework, or you want to explore the basics of Flutter, this tutorial is for you! We'll cover everything you need to know to get started with Dart HTTP and API calls. So make sure to watch the video, and then get started building your first FLUTTER app!
    🚀 Explore Web & Mobile Dev at: galaxies.dev/
    #############################
    👨‍💻 Want to read instead of watch?
    Here's the full Ionic tutorial: galaxies.dev/flutter-app-api-...
    🤷‍♂️ Want more Ionic tutorials?
    There you go: devdactic.com/
    #############################
    ❤️ You can also find me on:
    Instagram: / simongrimm_
    Twitter: / schlimmson
    Facebook: / devdactic
    TikTok: / simongrimm_
    Or join the Simonics Facebook group:
    / simonics
    #############################
    Chapters:
    00:00 Intro
    01:13 Setup your Flutter app
    07:56 Adding Basic Flutter Widgets
    13:22 Flutter Navigation
    22:51 Making HTTP Calls with Flutter
    31:54 Using Future Data from an API
    39:38 Passing data to Flutter pages and Pull to Refresh
    44:27 Recap
    #############################
    #flutter #fluttertutorial #appdevelopment
  • НаукаНаука

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

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

  • @revengine4830
    @revengine4830 9 месяцев назад +2

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

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

    Thank you for another great video! :)

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

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

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

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

  • @my_wave_app
    @my_wave_app Месяц назад

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

    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 Год назад

    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!

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

    what a decor :)

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

    great tutorial!

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

    How to make the terminal like yours

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

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

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

    whats the theme?

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

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

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

  • @user-bd7pi5jv4z
    @user-bd7pi5jv4z 4 месяца назад

    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 Год назад +1

    make more video on flutter.

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

    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.