Vincent Kammerer

Results 10 comments of Vincent Kammerer

I just spent a good two hours banging my head against the wall: - commenting all the code that could - uninstalling + reinstalling my app - rebooting my iPhone...

> How about when we don't need a common dependency? In my case half of my packages need the same dependency, and the others don't. So I wanted to use...

@feinstein I'm not saying that having a way to specify common dependencies is an edge case at all, quite the opposite, I really care about this feature. What I'm saying...

> Keeping the common dependencies in a pubspec.yaml file has the advantage that we get code completion and a better dev experience @blaugold could you clarify what you mean by...

@felangel I was able to reproduce it. It affects `HydratedMixin`. It's not exactly a "bug", but rather a breaking change introduced with https://github.com/felangel/bloc/commit/e2407caf46dd217535816889ea0e6791fdc4ab3c . Before this commit landed, even though...

Thank you for the response @felangel ! ``` {{if android}}android.dart{{end}} ``` looks great. Just a few remarks: - do you think there could be an issue on some operating systems...

I was getting warnings when I wasn't logged in, so I logged in, restarted VSCode and it worked fine, the warnings are gone and I can see the completion for...

@Lemonreds did you find where this padding was coming from?

I can confirm this is happening in our apps too. I first encountered it with the same versions as initially reported, but tried to downgrade a bit with: - Flutter...

Yes we migrated our apps to `UISceneDelegate `.