Pascal Welsch

Results 156 comments of Pascal Welsch

Can you share more details how often you see this? You are using the observer. Do you get this error every time a change happens? As far as I can...

I tried it, but it's not possible with the current API. I also tried it with reflection but due to some final fields it is not possible. You aren't able...

No transformation of the binary stream for more speed is impossible. tl;dr Everything needs to be passed to a different process. Please read [this](https://github.com/grandcentrix/tray/issues/28#issuecomment-108282253) for more infos about Binder and...

I have the same problem. With navigation inside the modal, the second Route using `controller: ModalScrollController.of(context),` isn't able to close the bottom sheet with a swipe

I can still reproduce it in the "Modal with Nested Scroll" example on the current website. https://user-images.githubusercontent.com/1096485/106029523-77d5e200-60cd-11eb-967e-60b103d71f97.mp4

The fix I'm currently using is this: ```diff void _handleScrollUpdate(ScrollNotification notification) { //Check if scrollController is used if (!_scrollController.hasClients) return; - //Check if there is more than 1 attached ScrollController...

The consequence is that is isn't possible to use some extensions from `dartx` and some extensions from `collection` in the same dart file. Both libraries expose only a single `extension...

This is pretty much what https://pub.dev/packages/recase offers. And I'd love to have them provided by `dartx`. I don't mind, having the functionality duplicated here. But I have some questions I...

That's a problem I've also ran into when building `kt.dart`. ![Screen-Shot-2020-07-09-20-25-33 80](https://user-images.githubusercontent.com/1096485/87077442-6ad1ce00-c223-11ea-8bab-f355867502bd.png) ### Definitely a dart issue I think right now would be a good time to open a dart-lang/sdk...