I came from js and this was so easy to understand In short : Streams are higher version of Future Future = Waiting -> Done Stream = Waiting -> Active -> Done
Hello @johannes Milke i big fan of your teaching style for that thank you so much I have one request for you that make video on "BACKUP APP DATA IN GOOGLE CLOUD LIKE WHATSAPP BACKUP"
Hello, thank you for the video, you did not dispose stream, is there any specific reason to not dispose it? or it is unnecessary since you use getUserUpdatedLocationStream() function?
Guten Abend Johannes. Ich habe ein Problem. Ich arbeite an einem Projekt, ich muss eine Anwendung oder ein System wie kahoot codieren. Das ist eine Plattform, auf der jeder zur gleichen Zeit Multiple-Choice-Fragen beantworten kann. Aber ich stecke insbesondere bei der Frage fest, wie ich die gleiche Frage allen gleichzeitig anzeigen und ihre Antworten speichern kann. Ich kann zum Beispiel keine Funktion starten, wenn sich eine Variable auf Firebase ändert. Kannst du mir bitte helfen?
Hello Mr. Milke! For the streaming section, I wanted to ask how would you do a broadcast stream? That is, one that you could subscribe to more than once. I've seen other videos that seem to be using older code that use a streamcontroller and set it to be a broadcast. Is that functionality still available? Thank you!
Thank You Louise Sandrine E.! Follow this link: alla-hajj.medium.com/how-to-handle-multiple-api-calls-in-flutter-dart-like-pro-33200f0b8520 I hope you will get your answer 🙂
Thank You basel izz! Follow this link: stackoverflow.com/questions/50808513/how-do-you-load-array-and-object-from-cloud-firestore-in-flutter I hope you will get your answer 🙂
johannes can you explain on next vedio => how to return multi arguments with return ..... but retun just recive just 1 argument ///// for example in textfield when user pressed on close icon on suffix iconBotton we will return controlle.clear() and return isSendButtonActive = false i didnt see any vedio for explain this subject from you
Thank You jones mondejar! Follow this link: medium.com/swlh/the-simplest-way-to-pass-and-fetch-data-between-stateful-and-stateless-widgets-pages-full-2021-c5dbce8db1db I hope you will get your answer 🙂
Hello brother can you please show us how tp use workmanager package for ios specially . Also there is a package called Home_widget its about create home screen widgets with native code .
Thank You @MorsHs! Follow this link: stackoverflow.com/questions/53293928/how-to-convert-a-future-in-flutter-to-a-stream I hope you will get your answer 🙂
@@belveloper share a snippet? I've tried memoizing the function call the api but it keeps firing, every time. I've done what's in the video already with no luck
Thank You Toshtemirov Asliddin!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
ALL Source Code: github.com/JohannesMilke/futures_streams
Flexible Widget Tutorial: ruclips.net/video/5TwBXLZdVvk/видео.html
Expanded Widget Tutorial: ruclips.net/video/N1FMX4rDn6Y/видео.html
Spacer Widget Tutorial: ruclips.net/video/n4dJVUdj4ik/видео.html
FittedBox Widget Tutorial: ruclips.net/video/WpTMNArnXdc/видео.html
Flutter Layout Basics Tutorial: ruclips.net/video/yYxueTNIDlA/видео.html
Row Layout Basics Tutorial: ruclips.net/video/lY5GtNkvyhM/видео.html
Column Layout Basics Tutorial: ruclips.net/video/nW9pAyDs-wE/видео.html
Expansion Tile Tutorial: ruclips.net/video/vRWY-IQAin0/видео.html
Expansion Panel Tutorial: ruclips.net/video/r7L146d9YA8/видео.html
Bottom Sheet Tutorial: ruclips.net/video/TXYuaiukw7E/видео.html
Popup Dialog Tutorial: ruclips.net/video/4pn-_md5Ol4/видео.html
Dropdown Menu Tutorial: ruclips.net/video/z0ihUbwlSHs/видео.html
PageView Tutorial: ruclips.net/video/sFXg-phkbQU/видео.html
Page Transition Animation Tutorial: ruclips.net/video/_R3E_aof69c/видео.html
Horizontal ListView Tutorial: ruclips.net/video/baA_J5tUtEU/видео.html
Nested ListViews and Columns Tutorial: ruclips.net/video/ZpHuAbYWL3w/видео.html
ChatApp UI Design Tutorial: ruclips.net/video/eGhvL082-Pc/видео.html
Those little hints, hidden some where are imho the strength of "this guy" ;) great work.
Thanks, inselbergos! 🙂
An impressive explanation, everything very clear, thank you very much for your time to create this video.
Glad to hear that, You are most welcome Software BJT! 😊
Thanks johannes!
You are welcome, @joseinTokyo 😊
I came from js and this was so easy to understand
In short : Streams are higher version of Future
Future = Waiting -> Done
Stream = Waiting -> Active -> Done
Cool @devkumar9889 😀
Thanks for existing Johannes
Finally I found what I've been looking for. Thanks! :)
You are welcome, @smartcoding__!
very very thanks johannes,
that video is very usefull...
Glad I could be of help, Thank you SuSi Empire! 😊
it’s most feature to dev app , thanks you for bring this to teach us😄
Thabks! You just saved my life
cool, as always, the necessary topics are revealed
thank you for the wonderful video❣
Thanks
Awesome thank you for the video ☺️
Love it! When you can, make a video of a real context using streambuilder, thanks any way!
Wondafull. 😍
Thank u Johanes for this video 👍📹
Hello sir, very COOL tutorial. Thanks a lot!!!
Nice video, helpful very clear explanation.
Hello @johannes Milke i big fan of your teaching style for that thank you so much I have one request for you that make video on "BACKUP APP DATA IN GOOGLE CLOUD LIKE WHATSAPP BACKUP"
Difference between FutureBuilder, StreamBuilder
fixed value : changing = return : yield
Great, Thank you Jeffrey Lim!
Great video. Thanks
Amazing video! Can you make a video about the block package?
Thank you man!
You are welcome, Average Guy!
Internet video player how to change a quality please explain
Hello, thank you for the video, you did not dispose stream, is there any specific reason to not dispose it? or it is unnecessary since you use getUserUpdatedLocationStream() function?
Thank You Ergün Erkuş! Follow this link: www.geeksforgeeks.org/flutter-dispose-method-with-example/
I hope you will get your answer 🙂
Guten Abend Johannes. Ich habe ein Problem. Ich arbeite an einem Projekt, ich muss eine Anwendung oder ein System wie kahoot codieren. Das ist eine Plattform, auf der jeder zur gleichen Zeit Multiple-Choice-Fragen beantworten kann. Aber ich stecke insbesondere bei der Frage fest, wie ich die gleiche Frage allen gleichzeitig anzeigen und ihre Antworten speichern kann. Ich kann zum Beispiel keine Funktion starten, wenn sich eine Variable auf Firebase ändert. Kannst du mir bitte helfen?
great sir😍😍😍😍😍😍😍
Thank you, Abdul Rasheed! 🙂
Thanks 🌸
You are welcome, Abdulkarim Salem!
Hello sir ,
Is there any tutorial for using my own augmented reality feature in project by flutter?
I appreciate your help :)
Thank You Luffy Zoro! Follow this link: medium.flutterdevs.com/augmented-reality-in-flutter-1153b0ef2758
I hope you will get your answer 🙂
thanks bro!
You are welcome, @SuongGioDoiTrai91!
Hello Mr. Milke! For the streaming section, I wanted to ask how would you do a broadcast stream? That is, one that you could subscribe to more than once. I've seen other videos that seem to be using older code that use a streamcontroller and set it to be a broadcast. Is that functionality still available? Thank you!
Thank You Alex Boyd! Follow this link: medium.com/flutter-community/flutter-stream-basics-for-beginners-eda23e44e32f
I hope you will get your answer 🙂
very good tutorial. if you have to make several calls to the same api. A bit like for the shazam application. How can we proceed?
Thank You Louise Sandrine E.! Follow this link: alla-hajj.medium.com/how-to-handle-multiple-api-calls-in-flutter-dart-like-pro-33200f0b8520
I hope you will get your answer 🙂
Hello thanks you for your good 👍 video but I was wondering 🤔 how I can read array of object from firebase
Thank You basel izz! Follow this link: stackoverflow.com/questions/50808513/how-do-you-load-array-and-object-from-cloud-firestore-in-flutter
I hope you will get your answer 🙂
@@HeyFlutter thank you 🙏
johannes can you explain on next vedio => how to return multi arguments with return ..... but retun just recive just 1 argument ///// for example in textfield when user pressed on close icon on suffix iconBotton we will return controlle.clear() and return isSendButtonActive = false i didnt see any vedio for explain this subject from you
is it possible to make a class that uses a cron job to generate scheduled functions and pass it to a stateful widget?
Thank You jones mondejar! Follow this link: medium.com/swlh/the-simplest-way-to-pass-and-fetch-data-between-stateful-and-stateless-widgets-pages-full-2021-c5dbce8db1db
I hope you will get your answer 🙂
Hello brother can you please show us how tp use workmanager package for ios specially .
Also there is a package called Home_widget its about create home screen widgets with native code .
finally your voice 😌
how about assigning Stream/Future to non Stream/Future Variable
Thank You @MorsHs! Follow this link: stackoverflow.com/questions/53293928/how-to-convert-a-future-in-flutter-to-a-stream
I hope you will get your answer 🙂
thank you sir
You are welcome, Duccc!
@@HeyFlutter sir, can you answer the question i asked you on facebook
i have a problem with firebase i wanna ask you, can you answer me?
My future builder keeps refetching data. How do I stop this?
use snapshot.currentState if it's done ✔️ use a break;
@@belveloper share a snippet? I've tried memoizing the function call the api but it keeps firing, every time. I've done what's in the video already with no luck
2:27 even if he made a request only in the initialization as in the video?
Thank You Joseph Joey! Follow this link: stackoverflow.com/questions/53170330/reload-data-when-using-futurebuilder
I hope you will get your answer 🙂
Sir, how about getx?
@@HeyFlutter thank you sir, i am waiting for your video
tks sir
hello sir
free reading
Miss your voice. 😭
great
Thanks, haroldpepete! 🙂
Can you do a BLOC video
@@HeyFlutter Really appreciate it man
live flutter join
your code isnot open source please make it open sorce i am trying but i can't take permission
Thank You Toshtemirov Asliddin!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
arghhh too much information in short videos haha, my head is arghghghgh
Glad you liked it, Muhammad Rizki 😀
please make firebase realtime and Google sheets data transfer vice versa, don't add this to list
please make this video as soon as possible please...