Great explanation! When we combine ChangeNotifier with Provider we have a great combination too.
@ahmedbaig8543Ай бұрын
well Explained
@serenitytechtipsАй бұрын
This is great
@mehdiparsaei18674 ай бұрын
Thanks for the video. Just I need a clarification: in refresh method MVI, you emit isLoading and then start to load data. Should not switch the thread? It looks we are changing isLaoding and loading the data in one thread (IO)
@zumatrahia4 ай бұрын
Great explanation
@zumatrahia4 ай бұрын
Is there any side effects to this?
@andersr1635 ай бұрын
thank's and splash lottie animation ???
@groxxxx7 ай бұрын
hello, when I've installed coc it added me virtual text, how can I disable it?
@pixelhead17 ай бұрын
"Never means never return" put it in a nutshell.
@salahal_salahi39358 ай бұрын
What IDE do you use?
@can-not-break8 ай бұрын
Man you sound like a rust streamer - @trausi )
@yanhuang49119 ай бұрын
How to pull from a remote that someone force pushed
@justinweinberg341310 ай бұрын
Helped a lot. Thanks for being a communicative programmer <3
@Biowulf2110 ай бұрын
Awesome work! Did you end up making the debugger video?
@marufhassan63411 ай бұрын
Can you please make a video implementing the custom_lint and riverpod lint package in a project.
@tebito2411 ай бұрын
Use cases should be injected, not using inside a build function cause leads to recomposition.
@anguinan11 ай бұрын
this allows you to say something to siri and then some code in your app gets executed?
@jinsthomas71311 ай бұрын
Hello Bro, Can you do a video on how to setup this from scratch, will be super useful for beginners like me
@saabirmohamed63611 ай бұрын
hi can you make a video for 2024 (with copilot and lint)
@JustMyTwoCentz11 ай бұрын
Im curious how you can add a virtual device to the devices list, like it is possible in android studio or vs code :) if you have any infos on that i would love to see a video on this ! great content, thanks for showcasing it, i will setup my flutter-tools now ;)
@mr.knight896711 ай бұрын
I can't understand
@brandon400 Жыл бұрын
cant i configure it without go android studio?
@kopihitam12333 Жыл бұрын
At minute 11:13 press what button, bro? reader aw?
@saabirmohamed63611 ай бұрын
he used wa (write all)
@lowlydeveloper3693 Жыл бұрын
This is a wonderful quick tutorial about this wonderful package. And we definitely need more high quality tutorials on auto_route! Unfortunately, the current version 7.8.4 is much improved and very different from what is shown here... This is no longer useful.
@mohamedmaher6398 Жыл бұрын
nice
@DURGHAM6 Жыл бұрын
hi how are you i hope you are doing great can you make a video explaining your nvim config your config to be specific
@DURGHAM6 Жыл бұрын
and may be sharing your dotfiles
@kirwakelvinkering3122 Жыл бұрын
Would you mind taking ua though creating a cistom saver juat as the android team did ? I feel like what they are trying to explain is mot coming out clearly . Thanks galore sir .
@Mohamedali-li2ex Жыл бұрын
amazing man
@behzadayubifar8071 Жыл бұрын
interesting
@thuanphamvan6210 Жыл бұрын
Hi, How can I refresh the current page?
@topGfanboy Жыл бұрын
Dart document itself says isolates are like threads,but doesn't share common state.. Bro just skipped the documentation when that part was shown.. 😂😂😂😂...
@codemoor Жыл бұрын
Cool you have really interesting content
@FIREMAN-ff3cj Жыл бұрын
po głosie to chyba polak ;)
@FIREMAN-ff3cj Жыл бұрын
po głosie to chyba polak ;)
@andrewdunbar828 Жыл бұрын
Hey man just to let you know, "suit" sounds like "soot" and not like "sweet". But I'm looking for how people use rememberSaveable with lists of objects. You need nothing for simple types and the custom saver for a list of simple types or an objects whose fields are all simple types is pretty easy. But what about when it gets more complicated than that? I can't find anything on StackOverflow, KZbin etc so maybe it's obvious and I'm the only one who's confused.
@D_bugit9 ай бұрын
I don't think it's flexible to use that to save objects. The easiest approach might be using the view model for such a case. If you've found how to do it please share it with me
@alizevia5247 Жыл бұрын
Hello sir, Can you make a video for auto_route 7.8.0 Nested route? and show the example how to push sub view to each bottom tab.
@techach3490 Жыл бұрын
Hello, how did you put a bar on top of bottom navbar please?
@neelshiroya7364 Жыл бұрын
How did you open powershall like that ?
@Ansh_Soni Жыл бұрын
I was editing the value folder's xml directly and it made it work for Android 12+ but broke Android 11 and below, and i tried so many ways to fix it , in this video i learnt that i can separate values.xml 😊 thx , i spent about 5 days finding a solution, this helped me❤️
@alfredoa334 Жыл бұрын
Great video!!! Thank you very much.
@Dev_Eli Жыл бұрын
Hello! Can I see your github with your config? I am trying to config my flutter tools and lsp and it would help a lot if I can copy some of yours like code actions and whatnot.
@icodeyoutodeath Жыл бұрын
Hey! My current config is a bit messy and I've moved from a completely custom config to one based on LunarVim. So, I'm not yet ready to make it public. If that helps you here's a gist I used when I started gist.github.com/Antoniozinchenko/b7e1d3679a88ec4f1b3a3bd6e5b44961 - this will make flutter tools work out of the box with LunarVim.
@peterwachira4191 Жыл бұрын
This was very clearly presented, would be even better if you had a side-by-side window comparison. I hope you get more subs man, keep going this was really helpful to me.
@deanwhite8413 Жыл бұрын
Thank you.
@arpitpatel5814 Жыл бұрын
wasted 4:13 mins of watching 👎
@aryaivushkina Жыл бұрын
Thank you!
@codeandcode3211 Жыл бұрын
i want to know the use of line_length. Please
@danielkisel5661 Жыл бұрын
If you initialise isPlaying using delegate rather than doing isPlaying = remember ... you can use isPlaying by remember ... and this will allow you to access the remembered value directly without the need to put .value everywhere 😉 Nice video btw.!
@sanathkumaru6358 Жыл бұрын
Please continue making such worderful vidoes, thank you.