AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
MVVM - The Stateless Widget
The stateless widget would be the so MVVM as you know, stands for model view view model. The idea is you have a typically an immutable immutable view class and a view model class or model class that's that's heavily coupled to it. So my, and what I started doing in my code is I would name my stateless widgets, I would append the view name to it. And then the change notifier class, I'd append the view model to it. It was working really well for me. Then about a year ago, I got hired by a Enzo wealth FinTech company out of New York. And they were using the block pattern. But I never used it