Dane Mackier
Dane Mackier
@shayant98 I'd suggest creating a `registerBottomSheetsFunction` where you can register custom response types like above yourself. Then you keep the generic ones in the bottom sheet generator. We don't have...
@JayPerfetto thanks for pointing that out. we've also been seeing some weird things, the latest being that if i hot reload too many times it just stops working in debug...
You need a unique name if you're using the same types. I would suggest adding the parent path in front of the name.
@scognito I agree that it should work. Me and @ferrarafer will discuss a solution and implement it. I've just come back from leave so catching up on everything now.
We use the flutter command line tool to create the project. Flutter requires the projects to use snake_case for naming, when they implement it for different casing, then stacked will...
@johnsonejezie could you do `stacked create app pre_test` then update the generator to the latest and see if it does the same.
That usually means the type is not there from the stacked_shared package. Could you give us a reproducible example please, that would help in us fixing it because we can't...
Yes, that's definitely the problem. You need to do a flutter pub upgrade and then try again, if that doesn't work run the repair command above.
@shalikhshab00 you're mixing two implementations there, which looks a bit strange. Since you're setting the index, you can simply replace your body with view you want without calling navigate. Am...
@undead-reaper for the non-named navigation that is how it works. That could be documented better