It was an awesome chat. Thank you for having me on ❤🎉
@AHMADFIRUZE Жыл бұрын
Hi Dane, could you give me your freezed vscode extension...🙏
@zeeshakeel1982 Жыл бұрын
Great to see Dane with flutter team. Hats off to him for all his contributions for Flutter community. Great job Dane.
@FilledStacks Жыл бұрын
Thank you! I appreciate that.
@kenyonstewart712011 ай бұрын
I’ve been using Stacked since Dane released it. It just made sense to me right away unlike some other frameworks and doesn’t over complicate things. I’m glad to see it getting the exposure it deserves!
@JoeRomano-s8g4 ай бұрын
Is it another state management or an Rx framework?
@wickedgummybear3104 Жыл бұрын
Man this video is criminally undervoted. Stacked is still amazing
@FilledStacks Жыл бұрын
That means alot, thank you. I think over time more developers will gravitate towards it when they're looking for structure and testable code.
@alexscott4277 Жыл бұрын
I've used Stacked from the start and it's just awesome! I have no idea how you actually use Flutter without it!
@FilledStacks Жыл бұрын
hahaha, I feel the same! Stacked has made our journey really awesome with Flutter.
@CordSchneider9 ай бұрын
Fantastic to see you on Observable Flutter, Dane @FilledStacks!!
@javeedishaq7643 Жыл бұрын
its love to see, the great Flutter teacher Dane Mackier 🥰 learned a lot from you which helped to build my career
@FilledStacks Жыл бұрын
That's so cool to hear man, I really appreciate the kind words. And thanks for watching and supporting.
@ChristianKyony Жыл бұрын
Hi Dane, it is an awesome chat. Can you do another session where the focus will be TDD with Stacked.
@FilledStacks Жыл бұрын
I'm actually running a free course that goes over testing in my newsletter. IT should lay the foundation of using TDD during dart development.
@dpc4663 Жыл бұрын
That's perfect for Xamarin Forms developers familiar with MVVM pattern moving to Flutter
@FilledStacks Жыл бұрын
Exactly! I came from Xamarin to Flutter so I built this to make me feel more comfortable.
@learningisgrowinglig Жыл бұрын
Dane, my favourite flutter teacher :)
@FilledStacks Жыл бұрын
Chetan! Thanks for always supporting and commenting on content I share.
@nareshsuthar5130 Жыл бұрын
Most awaited moment finally Dane is here with Flutter team 🥳 Dane is doing great 🔥 I've been using Stacked for the last two years to build production apps.
@FilledStacks Жыл бұрын
Thanks for the support!
@dhishoomdhishoom8574 Жыл бұрын
Worthy flutter Framework ever!!!
@FilledStacks Жыл бұрын
Thank you! I appreciate that. We worked hard to make it as useful to developers as possible.
@omoruboreoluwatobi6115 Жыл бұрын
Stacked made my transition into flutter 3 year ago easy. I learn lot of code style from the team.
@FilledStacks Жыл бұрын
That's really awesome to hear!
@chukwuebukaenemuoh20048 ай бұрын
Is it possible to get the extension that allowed the "frz" snippet to generate the model classes?
@uchechukwusolomon194125 күн бұрын
Please i have 2 questions... first one is when using stacked architecture what's the best way to add my assets like images and fonts and secondly if i use stacked cli what's the best way to remove that homeview there without damaging the rest of the code
@kerodfresenbetgebremedhin1881 Жыл бұрын
Best way to churn out MVPs
@FilledStacks Жыл бұрын
Yup, and the best thing is, after that it's scalable into a large app by default.
@ultrawideturbolife Жыл бұрын
yeaaaa Dane!! 🎉🎉👏👏👏
@FilledStacks Жыл бұрын
🚀 finally on the big stage!
@bibek52848 ай бұрын
I have been trying to learn stacked since couple of days and where can I find beginner friendly resource or material to learn stacked ?
@SundayAkinsete-d3t Жыл бұрын
So how does stacked manage view models life cycles?
@FilledStacks Жыл бұрын
It's managed internally through the Flutter widget lifecycle. We listen to all the Flutter widget callbacks and perform the same actions on our ViewModels. You can also ask Stacked to avoid disposing the ViewModel etc. It's all controllable.
@DholaSain Жыл бұрын
The android emulator in the video is running fine. but on my Mac M1. the android emulator sucks. it stucks all the time and show the Ui is stopped working etc etc. does anyone know the solution. I already have the Apple Silicon's Android Studio
@wickedgummybear3104 Жыл бұрын
If that doesn't work, get a cheap real Android phone for testing. I just asked around in my family and almost everyone had at least 1 old phone lying around collecting dust.
@DholaSain Жыл бұрын
@@wickedgummybear3104 yeah. This is great idea. I actually got one. By the way, the emulator is performing better in Mac Sonoma
@FilledStacks Жыл бұрын
You have to install the haxm accelerator. That made a big difference for me.
@androidsurfers7572 Жыл бұрын
can i get source code link?
@hemadevoloper22784 ай бұрын
freaking finally
@ihard_k_ Жыл бұрын
This is Genius
@randerins Жыл бұрын
Vishe...kkkk
@zemecano474710 ай бұрын
Thank for this video but when i test, the command "stacked create app testapp" not working completely. it block at "Your empty application code is in first_app\lib\main.dart." no "Add Stacket Magic"... Dart: 3.2.6 Flutter: 3.16.9 Stacked: 1.12.6