Dane Mackier

Results 222 comments of Dane Mackier

@akifarhan that's a good catch. We'll keep this in our list of improvements and include it in one of our upcoming sprints.

Hi @akifarhan there are no resources for this. I learned how to do it by looking at other packages like Freezed and auto_route. You basically just write strings to disk....

If you're saying I shouldn't fire onAreaTapped when the animation is guarded against then I agree with you. I should definitely do that. I'm tight on time now, so it'll...

This looks like an issue with overriding the dependency of the logger package and forcing it to choose the latest. I'll have to upgrade testsweets package which will cause a...

@catrawalkar at the moment it's ts focused but the same setup should work with JS since they are interchangeable I think

@princepspolycap thanks for commenting. We deploy JS at the end so it's strange that it's not working. I'm not that familiar with the TS -> JS interactions. I thought JS...

It'll first need to be upgraded to AndroidX then check what's happening there. will probably be able to look at it in 3-4 weeks. taking a 2 week break now...

Break points is exactly what it is in html responsive sizing. mobile breakpoint of 500 means everything under 500 is treated as screen type mobile. The same for everything else....

Hi @pieterbergmans I'm so happy to see more users using Stacked. The stream is cancelled automatically when the view is disposed. You can see there [here](https://github.com/Stacked-Org/stacked/blob/7e64e63115c8c82d6a8fcbf8b291d5f2bdd4df50/lib/src/view_models/data_models/single_data_models.dart#L134) Could you share the...

Not something else, the entire widget is removed from the widget tree.