Dane Mackier
Dane Mackier
Nested routes has been added.
@Dionnie123 that is due to your surface color set in the theme. You can change it to match the expected background or set it to transparent.
Interesting idea, I think the better thing to do would be to allow you to use multiple ViewModels together. We've attempted that before but it became very messy in the...
Yes you can supply a path using `-c` @ferrarafer it would have probably been better to supply a path for output using `-p` `stacked create view login -c lib/features/authentication/ui/`
@sebastianbuechler let me know if this is not the feature you were asking for. I'm closing for now
You should call `initFormValues` on a `postFrameCallback` just to be safe. It's trying to rebuild the tree while it's rebuilding.
Hey, stateful widgets work the same as a normal stateless widget. Viewmodel is the same, the widget is the same. Instead of using a `StackedView` you can simply just use...
I see, haha. I'm becoming super lazy with the manual code writing too 😅 It's so much better with the cli. And thanks for using Stacked, that's been our goal....
@ratsey what was the use case for you that required a stateful widget. I'm busy building the Stacked roadmap and would like to figure out if there's an underlying feature...
That's a good request. Definitely would be useful to add.