olof-dev
olof-dev
I agree that this would be nice. For now, you can set `emissionFrequency: 0`, which with the current code ensures a single burst (at least as far as I can...
I don't know that the opt-out mechanism described here is the way to go, but there was a request for use cases above so I'll add one: wanting a small...
If we add a shadow to the main Container, which is fairly natural in the 'drawer' scenario, I don't quite see how to achieve this with Overlay (assuming we want...
Thanks for this excellent package! I would also find precache functionality useful, but I'm not familiar enough with the code to know how to implement it. The package [flutter_svg](https://pub.dev/packages/flutter_svg) has...
In a rewrite, the `center` property of `ScrollView` could also be exposed. With the current code, it seems trivial to add, as long as one is OK with the center...
There are other quirks too, like https://github.com/flutter/flutter/issues/90856 (which shows a weird animation bug and is reproducible in the [sample code in the docs](https://api.flutter.dev/flutter/material/ReorderableListView-class.html#longSnippet1)). As mentioned in https://github.com/flutter/flutter/issues/90856#issuecomment-1135756539, there is strange...
> Seems good to me to document this. I'm not sure what is intended by this part though: > > > It'd also be nice if something about the interplay...
Thanks. Something like that summary is precisely what I think would be useful to have in the docs regarding `abstract final`.
I'm finding this as well, with both the 3.4 and 3.6 beta releases of Flutter. Has anyone discovered why it's crashing on these? For example, if it's because of Impeller,...
Thanks for this PR! The issue with lost connections leading to refunded purchases is hitting us pretty hard in production, so this is much appreciated.