Flutter Future (async, await)

preview_player
Показать описание
Handle Futures with async and await in Flutter and Dart. Asynchronous coding allows to handle Future data, catch errors and display Futures with a FutureBuilder in Flutter.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

TIMELINE
0:00 Future with async / await
1:39 Future methods

SOCIAL MEDIA: Follow Us :-)

#Flutter #Tutorial #JohannesMilke
LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

i'm currently doing my end year project at university, and i want to thank you from the bottom of my heart, i succesfullly managed to do a flutter app (while i don't know a single thing about it) thanks to your videos <3 (and it works perfectly !)

None-niqg
Автор

Simple and clear.... My favorit flutter youtube Please describe async*

golfgolf
Автор

You deserve so much more views and subscribers!!

feyylen
Автор

Thank you SO MUCH!!! Have been trying to work with Futures (and streams) and getting confused. This made so much more sense.

Vejitasei
Автор

thank you, johannes sir, your video is so informative for me as a beginner

harimakani
Автор

Thank you, Johannes. This is a sample and clear sample 👍

sbasalan
Автор

Tum bhot mast kaam karta hai maqsood bhai

ashupathak
Автор

So short and clear thank you very much, may Allah bless you with Islaam!

anoniem
Автор

Please Sir Johannes...Can you do something on solidity and smart contract Daaps

sammyjokes
Автор

Great video, thanks. Nice and simple explanation!

ManontheOutside
Автор

Search data from local database in implement staggered grid view

bhabhayt
Автор

Make an video about Future method/function

AravindanJ-jeln
Автор

Make video about FlutterFire CLI + FCM + awesome notification. Thanks milke

w-cw
Автор

Jonas, 👋... Is there a way of caching videos in flutter?

alexmaina
Автор

This feels like the sample of Angela Yu from her flutter course

yooyeonsoomin
Автор

Async and await is where Flutter tries to wash, spin and dry your clothes all at the same time so things look like they are going faster! When the actual result is ‘spin’ wasting it’s time because the water is still coming in and ‘dry’ wasting it’s time doubly so. Your washing is done in a third of time but it’s all soapy and soaking wet FFS. It often can’t even possibly wait for an int or a bool to be given a new value before it draws a page, no I’ll do that after I’ve rendered the page with garbage and then go back and change the value. Then it’ll return back to the first page and go back and finish code written for the second page, that way the end user will be so impressed at how fast things can get utterly effed-up! And it’s not as if things are even genuinely being done any faster because it only uses one thread! The ‘time saved’ is actually lost because our single thread now has to switch between tasks and try to keep track of what is when! Is all the confusion this mash-up creates actually worth anything? If something takes some time to complete is it so terrible to show the user that they are waiting? Because like it or not they are still going to be waiting as nothing is actually happening any faster!

gadget
Автор

thank you very much for this video, can stp make a video to show how to extract an image from a video with flutter?

arseneyouyem
Автор

How to implement security in fluttter app

kamalENGSax
Автор

Mi idioma es español pero entendi perfectamente el uso de future async await very thanks

BernardoFuenmayor
Автор

I don't get that, why should you wait and async when you decide the time (3 seconds) by yourself?? shouldn't we wait until the data gets back from the server but not by writing how much duration it needs!!

TheCodeWhisperero