Flutter Future (async, await)

  Рет қаралды 19,152

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 63
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/future
@golfgolf7161
@golfgolf7161 2 жыл бұрын
Simple and clear.... My favorit flutter youtube chanal..... Please describe async*
@None-ni4qg
@None-ni4qg 2 жыл бұрын
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
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, None! 🙂
@ИльяСтукало-ъ6ь
@ИльяСтукало-ъ6ь 2 жыл бұрын
Best channel for Flutter devs
@feyylen
@feyylen 2 жыл бұрын
You deserve so much more views and subscribers!!
@anoniem012
@anoniem012 Жыл бұрын
So short and clear thank you very much, may Allah bless you with Islaam!
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you AnoniemeBroeder! 😊
@ashupathak9522
@ashupathak9522 2 жыл бұрын
Tum bhot mast kaam karta hai maqsood bhai
@sbasalan
@sbasalan 2 жыл бұрын
Thank you, Johannes. This is a sample and clear sample 👍
@harimakani2316
@harimakani2316 2 жыл бұрын
thank you, johannes sir, your video is so informative for me as a beginner
@Vejitasei
@Vejitasei 2 жыл бұрын
Thank you SO MUCH!!! Have been trying to work with Futures (and streams) and getting confused. This made so much more sense.
@yahyaal-salman702
@yahyaal-salman702 2 жыл бұрын
You are the best her yoHannes
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, for your support, Yahya AL-Salman! 🙂
@cjw6659
@cjw6659 2 жыл бұрын
Another excellent video. Great job.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, CJW! 🙂
@ManontheOutside
@ManontheOutside Жыл бұрын
Great video, thanks. Nice and simple explanation!
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Man on the Outside! 😊
@davidsiltroy
@davidsiltroy 2 жыл бұрын
Your videos are awesome!!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, David Silva! 🙂
@Pedro5antos_
@Pedro5antos_ 2 жыл бұрын
Thanks!
@sammyjokes9613
@sammyjokes9613 2 жыл бұрын
Please Sir Johannes...Can you do something on solidity and smart contract Daaps
@sammyjokes9613
@sammyjokes9613 2 жыл бұрын
Thanks sir
@bhabhayt398
@bhabhayt398 2 жыл бұрын
Search data from local database in implement staggered grid view
@vm11.25
@vm11.25 2 жыл бұрын
AWESOME!!!!!
@DangThinh261
@DangThinh261 Жыл бұрын
Thank you so hellpful
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad it was helpful, @angthinh4347 😀
@barziyassin1
@barziyassin1 9 ай бұрын
Comprehensive!
@HeyFlutter
@HeyFlutter 9 ай бұрын
Thank you, @barzyyasin2467! 🙂
@MaxSoe
@MaxSoe 2 жыл бұрын
Man, you explain things so well!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Max Soe! 🙂
@rami_dev
@rami_dev 2 жыл бұрын
How to know the text is url ?
@kamalENGSax
@kamalENGSax 2 жыл бұрын
How to implement security in fluttter app
@AravindanJ-je9ln
@AravindanJ-je9ln 2 жыл бұрын
Make an video about Future method/function
@toffemate
@toffemate Жыл бұрын
This feels like the sample of Angela Yu from her flutter course
@HeyFlutter
@HeyFlutter Жыл бұрын
Thanks for your feedback, 874 yrs ago! 🙂
@BernardoFuenmayor
@BernardoFuenmayor Жыл бұрын
Mi idioma es español pero entendi perfectamente el uso de future async await very thanks
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Bernardo Fuenmayor! 😊
@w333-c1w
@w333-c1w 2 жыл бұрын
Make video about FlutterFire CLI + FCM + awesome notification. Thanks milke
@w333-c1w
@w333-c1w 2 жыл бұрын
@@HeyFlutter I've tried awesome notification. but it makes the notification appear twice. hahaha my bad. ill be waiting your video. thanks
@arseneyouyem964
@arseneyouyem964 2 жыл бұрын
thank you very much for this video, can stp make a video to show how to extract an image from a video with flutter?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks for the idea, Arsene YOUYEM! 🙂 I have added it to my list of ideas for future videos!
@gadget348
@gadget348 2 жыл бұрын
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!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Stephen Curtis! Follow this link: stackoverflow.com/questions/62340987/initialize-variable-inside-initstate-or-just-below-the-class-definition It will help you learn more about async and await. 🙂
@gadget348
@gadget348 2 жыл бұрын
@@HeyFlutter I know about the addPostFrameCallback’s and the WillPopScope’s, but I’ve also had issues where the methods wash(), spin() and dry() as I ended up nicknaming them were all done concurrently (they were not async). In the end I had to rewrite them as a single method, despite them each being required separately elsewhere. All the really baffling ‘how on earth did I get here’ problems I’ve had in the last two years have been down to the cart being put before the horse. Instead of being in control of what gets done and when I feel like the brake-man on runaway train. At no point will my app ever need to wait for a website to deliver a funny cat, the files it uses are typically a few hundred bytes long, there is no need for Dart to dart off trying to do everything all at once. All that was ever needed was a method to ‘time out’ so that an end user could abandon waiting for the pink kittens to arrive if they so chose.
@TheCodeWhisperer0o0
@TheCodeWhisperer0o0 Жыл бұрын
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!!
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @twanaprogrammer91! 🙂. It is just for learning purposes.
@alexmaina3328
@alexmaina3328 2 жыл бұрын
Jonas, 👋... Is there a way of caching videos in flutter?
@alexmaina3328
@alexmaina3328 2 жыл бұрын
@@HeyFlutter I found it not null safety 😔
@sarathrkrishnan6610
@sarathrkrishnan6610 2 жыл бұрын
🔥
@faheemahmad3957
@faheemahmad3957 Жыл бұрын
please make more vids
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad you like tutorials, @faheemahmad3957 😀
@computerprogrammer9279
@computerprogrammer9279 2 жыл бұрын
No comment 👍👍👍
@afrikanking4022
@afrikanking4022 Жыл бұрын
Man you explained complex concepts just under 3 minutes. You need to ascend into godtier
@HeyFlutter
@HeyFlutter Жыл бұрын
Thanks, @afrikanking4022! 🙂
@peterbk364
@peterbk364 2 жыл бұрын
Sir can you please make a video on refresh token...??? how do you implement REFRESH token in flutter??? Saw some medium articles but those were done using DIO package but I wanted in http package. currently I just log the user out if token has expired. ANY RESOURCE to look for...??? or any suggestions?? #RefreshToken #flutter #http #jwt
@peterbk364
@peterbk364 2 жыл бұрын
@@HeyFlutter i somehow solved the problem... but eagerly waiting for your video for Correct way.. :) thankyou so much sir
@mohamedashraf-wy2iy
@mohamedashraf-wy2iy 2 жыл бұрын
👍👍👍
@thebicycleman8062
@thebicycleman8062 Жыл бұрын
wow he really has the TH sound in English 100% non-existent!
@HeyFlutter
@HeyFlutter Жыл бұрын
Thanks for your feedback, @thebicycleman8062! 🙂
@schristoval
@schristoval 2 жыл бұрын
I’m sorry I really like the like button animation so I may have unliked and re liked multiple times lol
@AAAKhan-rf5wk
@AAAKhan-rf5wk 2 жыл бұрын
👍👍
Flutter StreamBuilder | The Right Way
3:28
HeyFlutter․com
Рет қаралды 31 М.
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,7 МЛН
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
路飞与唐舞桐
Рет қаралды 20 МЛН
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 13 МЛН
Futures and Streams (Flutter FutureBuilder, StreamBuilder)
13:10
HeyFlutter․com
Рет қаралды 30 М.
Flutter Null Safety (!, ?, ??, late, ...)
3:07
HeyFlutter․com
Рет қаралды 17 М.
Top 10 Flutter Widgets (for Responsive Layouts)
13:17
HeyFlutter․com
Рет қаралды 73 М.
Flutter FutureBuilder | The Right Way
7:02
HeyFlutter․com
Рет қаралды 35 М.
Async/Await - Flutter in Focus
9:11
Flutter
Рет қаралды 206 М.
Learn to use Isolates in Flutter | Simplified
10:28
CodeX
Рет қаралды 29 М.
What is happening with Flutter
3:41
typecraft
Рет қаралды 150 М.
Dart Futures Explained | Flutter | Async Await | Flutter Basics
26:48