Dane Mackier

Results 217 comments of Dane Mackier

Interesting, can you please make a small example using the stacked_cli to generate the app. This will allow us to reproduce and see what you need and fix it.

Create a SnackbarService that wraps [this package](https://pub.dev/packages/get). Register it as a service with the locator. Use as any other service in the viewmodel.

Good suggestion. We've never imagined writing code without tests 🤯 haha. Jokes aside, this is a good request. Will add it to our backlog. I'm currently on paternity leave so...

in the cli project you can look at the code for `ViewCommand` and `ServiceCommand` see how we implement the options there and then pass the option in. Then when we...

Hey @dankhan-helmet, thanks for filing this issue. We kind of half removed the dropdown form functionality but I think this can be fixed for now by adding a FormTextField in...

Any update on this @MacMeissner we want to close this issue if it's been resolved

@rr-appadaptive I will take a look at this. We're building a Flutter web project for FilledStacks so I'll see if this is reproduced and figure out how to solve it.

@ferrarafer the issue we identified will fix this issue as well.

A fix has been pushed for this when using the new `RouterService` which is meant for web. It's available in Stacked `stacked: ^3.2.6` I'll keep this issue open until I...

I don't think that's allowed in Flutter, you have to check in a normal Flutter project that it's allowed, then implement it there. Once you get it working in a...