Sergei Lavinov
Sergei Lavinov
@androidyue `flutter clean` didn't work for me, but defining a dependency override for sensors_plus to 1.3.1 did. And i even have no sensors_plus in my deps, it's a transitive dependency...
Hi! Unfortunately, we are facing crash using `cupertino_http`. I couldn't find specific steps to reproduce it, for us it just happens sometimes after returning from the background or using Hot...
Seems like it's related not to lib changes, but to the Flutter upgrade. It started reproducing with 3.19.0 stable version, no matter which version of the lib is used (tried...
I have the same warning on Desktop Firefox, and `auth.html` doesn't close automatically. ``` Scripts may not close windows that were not opened by script. ```
Hi! Here is our solution for this. We have written it to support [flutter_sticky_header](https://pub.dev/packages/flutter_sticky_header) to work smoothly with NestedScrollView, but it also works fine here SliverPinnedOverlapInjector source code ``` import...
To revive this discussion, here is also the question. Why not just make pinned a default behavior? Can't imagine this would brake anything, since even with the semi-transparent header like...
@Pranoy1c Hi! Just use provided `SliverPinnedOverlapInjector` instead of `SliverOverlapInjector` within the NestedScrollView, and it should work with any pinned headers, including flutter_sticky_header
@mirkancal It's in my answer under the spoiler. Just copy it & put in your project