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

preview_player
Показать описание
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!

#############################

👨‍💻 Want to read instead of watch?

🤷‍♂️ Want more Ionic tutorials?

#############################

❤️ You can also find me on:

Or join the Simonics Facebook group:

#############################

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
Рекомендации по теме
Комментарии
Автор

Now you want to learn more about Flutter? Awesome!

galaxies_dev
Автор

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 👏

kanife
Автор

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

revengine
Автор

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

victormoreno
Автор

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

my_wave_app
Автор

Wait for next videos Grimm, thx a lot!

imalzy
Автор

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 )

azmialwerfalli
Автор

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

theWSt
Автор

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

silviabianchini
Автор

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

aleksandraweber
Автор

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

emreaka
Автор

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.

AngelodeOliveiraMix
Автор

why all you make get response and none about post

bdpijvz
Автор

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.

emreaka