Dane Mackier
Dane Mackier
## Requirements ### Docs - Write documentation that showcase how to use reactive services with ViewModels - Remove references to observable_ish - Remove references to ReactiveValues ### Code - Deprecate...
Your `navigator2` value is set to false. Is that intentional?
PR has been made. It's been stuck on review for a while. Have requested a readme update as well and it'll be merged in.
Orientation doesn't use the resolution, it uses the shortest side, which on a real device is updated based on the actual oritentation of the device. Can you run on a...
Hi, We have not code that checks for hosting of anykind, we just use pure Flutter so the package works wherever it's hosted. There's no way we can write code...
And yes, we use it for web. I don't actually know what I have to do to get web to show up for the package.
We're using that import to determine what platform we're running on, there might be a better way to do that. You can submit a PR deleting it and I'll approve...
@AsheKR we've never had this requirement so it's not built into Stacked at the moment. This came up a few times in different ways. For instance getting life cycle callbacks...
It looks like incompatibilities. I would say you should probably update the packages that are out of date.
You won't be able to tap on anything underneath the animation. It takes up a fixed size and aabsorbs touches in the Touch Areas. You'll have to add pass through...