Flutter StreamBuilder | The Right Way

  Рет қаралды 31,974

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 46
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/stream_builder
@sayyidj6406
@sayyidj6406 2 жыл бұрын
yo my friend, why is your video not in the recommendations, your content is worth 1 million subscriptions, simple explanation fast amazing
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Great, Thank You Sayyid J
@edson.rbispo
@edson.rbispo 2 жыл бұрын
Talk about Getx too! Success!!!!
@RandalLSchwartz
@RandalLSchwartz 2 жыл бұрын
No please no. Friends don't let friends use GetX.
@footballgoals4842
@footballgoals4842 2 жыл бұрын
@@RandalLSchwartz why
@NumaCodes
@NumaCodes 2 жыл бұрын
@@footballgoals4842 It's poorly documented and bloated with weird bugs.
@footballgoals4842
@footballgoals4842 2 жыл бұрын
@@NumaCodes i am using getx for 1 year without any problem
@defensivepower7988
@defensivepower7988 2 жыл бұрын
@@footballgoals4842 me too bro
@Problemsolver434
@Problemsolver434 2 жыл бұрын
Great video. Can you please do a video where we use this to get data from Firestore documents in multiple collections? I'm intrigued
@S_.H._C
@S_.H._C 2 жыл бұрын
SteamBuilder 사용법이 궁금 했는데 자세히 알려 주셔서 감사합니다. ^_^
@Gadielmendes
@Gadielmendes 2 жыл бұрын
u saved me, thanks, I was tryna do a connection test page, and this clarify me a lot 👍
@__mothership__8475
@__mothership__8475 2 жыл бұрын
Please make a video on , 1. unlocking content inside container widget when payment is done for it
@sivarampr
@sivarampr Жыл бұрын
Johannes bro, Stream is a live update widget, so this streambuilder is automatically call the future function or some function for every second, this a main purpose but this code is similar to the future builder. That means when you call it, this function is response one time...
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You சிவராம் சிவா! Follow this link: medium.flutterdevs.com/exploring-streambuilder-in-flutter-5958381bca67 I hope you will get your answer 🙂
@unitestunitest2695
@unitestunitest2695 2 жыл бұрын
Hi, maybe tutorial time is "flutter timer tick | the right way", thank you all tutorials, you are best!
@bhabhayt398
@bhabhayt398 2 жыл бұрын
Search data from local database in implement staggered grid view
@alexpol108
@alexpol108 2 жыл бұрын
Awesome explanation! Make a video about GetX, the deeper - the better)
@zicklon
@zicklon 2 жыл бұрын
¡Thank you very much!
@visitsrivikram
@visitsrivikram 2 жыл бұрын
Thank you Mike! Great help again with Flutter. I am noticing that the stream doesn't update once its in background(Eg: home button pressed). Could you suggest a way to run it in background too.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Sri Vikram! Follow this link: stackoverflow.com/questions/72300971/flutter-run-code-like-a-timer-when-app-is-running-in-background I hope you will get your answer 🙂
@visitsrivikram
@visitsrivikram 2 жыл бұрын
@@HeyFlutter Thank you for the help Mike! I will try it out and get back to you!
@jorgee557
@jorgee557 2 жыл бұрын
Why would you use SetState with StreamBuilder? Wasn't it supposed to be a state manager?
@abdulrehmananwar6990
@abdulrehmananwar6990 2 жыл бұрын
stream builder not refreshing on tabview please help in this regard thanks
@EscapeThirty
@EscapeThirty Жыл бұрын
hats off
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, Escape30! 🙂
@kingisback4005
@kingisback4005 2 жыл бұрын
Please make vido of validation I mean when I click button sometime white screen appear When I press back button app close Can you please make video of this kind of issues because it is normal to everyone
@farhanahmad-bv1mx
@farhanahmad-bv1mx 2 жыл бұрын
Great 👍👍
@__mothership__8475
@__mothership__8475 2 жыл бұрын
In your Google sheets api playlist , your api code looks like this class ApiFields{ static final String id = 'id'; static final String purchasedOn = 'purchasedOn'; static final String ExpiresOn = 'ExpiresOn'; static List getFields() => [id,purchasedOn,ExpiresOn]; } Here, I want purchasedOn and ExpiresOn to be DateTime fields to store in Google sheet . Can you show me the entire code snippet including fromJson, toJson, copy function also of that api code
@erperejildo
@erperejildo 2 жыл бұрын
why is my TabBar not changing inside the StreamBuilder? I had a FutureBuilder before and had no issues
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You xiwi! Follow this link: github.com/flutter/flutter/issues/27445 I hope you will get your answer 🙂
@erperejildo
@erperejildo 2 жыл бұрын
@@HeyFlutter saw it but not sure how to apply that to my code tbh
@mmathems395
@mmathems395 Жыл бұрын
Hi Johannes, by any chance, would you have any content on setting up exclusive reading from Firestore? For example, so that a user can only read documents of a collection if field-values from the user's details match field-values from documents within the collection? This ought to mean that many listeners can listen to a stream, but they can only read/receive certain documents ... Something like Whatsapp where users only receive messages that are relevant to them, despite Whatsapp having so many different users.
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You M Mathems! Follow this link: stackoverflow.com/questions/62968486/how-do-i-get-documentid-of-a-firestore-document-in-flutter I hope you will get your answer 🙂
@Skoraxpvtltd
@Skoraxpvtltd 2 жыл бұрын
sir, Streambuilder calls itself twice when initialise for the first time, How can we avoid that because it looks like a bug with streambuilder
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Shubham Gangwar! Follow this link: stackoverflow.com/questions/57562407/flutter-streambuilder-called-twice-when-initialized I hope you will get your answer 🙂
@rusenot
@rusenot 2 ай бұрын
What if ConnectionState is none on the start of the app?
@HeyFlutter
@HeyFlutter 2 ай бұрын
Hey @rusenot 😀 then it'll display the ui handled in none status!
@eNONO-ot4zh
@eNONO-ot4zh 2 жыл бұрын
hello Johannes i have some problem with FirestoreQueryBuilder. when keyboard popup or closes, i have a rebuild screen with getData(). why ? thank u
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, also e.NONO! 🙂 make sure to initialize your streams outside ui (build method), otherwise whenever ui will update your streamBuilder will create a stream
@eNONO-ot4zh
@eNONO-ot4zh 2 жыл бұрын
@@HeyFlutter thank u😍. I will try
@sarathrkrishnan6610
@sarathrkrishnan6610 2 жыл бұрын
❤️
@broteendas1194
@broteendas1194 Жыл бұрын
W
@집남-m6s
@집남-m6s 10 ай бұрын
👍
@HeyFlutter
@HeyFlutter 10 ай бұрын
Thank you, @user-pz5sj5zo8q! 🙂
@peterbk364
@peterbk364 2 жыл бұрын
🔥❤💙🐦
Flutter FutureBuilder | The Right Way
7:02
HeyFlutter․com
Рет қаралды 35 М.
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 6 МЛН
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
ЭТО НАСТОЯЩАЯ МАГИЯ😬😬😬
00:19
Chapitosiki
Рет қаралды 3,2 МЛН
Futures and Streams (Flutter FutureBuilder, StreamBuilder)
13:10
HeyFlutter․com
Рет қаралды 30 М.
Ever thought why We fail as Flutter Developer?
8:19
HeyFlutter․com
Рет қаралды 9 М.
Dart Streams - Flutter in Focus
8:01
Flutter
Рет қаралды 259 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 262 М.
I Remade YouTube From Scratch Using Just Bash
17:51
icitry
Рет қаралды 18 М.
7. Best Practices for your Flutter Project
14:35
Flutter Explained
Рет қаралды 29 М.
Top 10 Flutter Widgets (for Responsive Layouts)
13:17
HeyFlutter․com
Рет қаралды 73 М.
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 6 МЛН