Tim Lehmann
Tim Lehmann
Hit testing in pinned headers seems to be completely broken, as soon as a header sticks, it doesn't receive taps anymore
> Maybe have something like: > > ``` > ProviderScope( > child: myApp(), > eager: [...listOfProviders], > ) > ``` > > All I'm really asking for is some official...
This issue seems related to #180. The library should technically add `BlankAudioDataSource` to every video that doesn't have it's own audio track before transcoding, however this doesn't seem to work...
Is this actually fixed? I can't get flyTo to work with padding properly at all anymore. The padding doesn't animate and doesn't seem to go to the right values.
In our app, even the normal AppBar doesn't use foregroundColor for the automatically implied leading and the actions anymore. This is a pretty annoying problem, because we have many dark...
I will take a look, yes! I'll add a test for the behaviour, I wasn't sure if that's desired since the class I touched seems to be untested. Regarding the...
I can reproduce the test failures in test/widgets/draggable_test.dart, but I'm unsure where they come from. I'm investigating
I think I have found the issue, however, I don't really understand why this change triggered the failures. Some tests in `draggable_test.dart` don't finish their gestures. With the current state...
@goderbauer is there anything I should still do before this can be reviewed?
In some edge-cases you might want to watch the notifier, however, I agree that this is a super common issue for people who are new to Riverpod, and it should...