-
Hi Letsar,
Thanks for making such a wondeful and useful package for sliver!
I want to depent on this package for my project but a bit stuck figuring out why the sticky head is being cut-off undern…
-
When trying to return a different `Sliver` child to a `CustomScrollView`, the following exception is thrown:
```
══╡ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ╞══════════════════════
The following as…
-
## Steps to reproduce
As the title suggests, there's currently no way in Flutter to programmatically scroll to a specific item inside a TabView when using it in combination with a NestedScrollView.…
-
I am exploring this package as a potential alternative to [`flutter_staggered_grid_view`](https://pub.dev/packages/flutter_staggered_grid_view), which no longer supports scrollable staggered grid view…
-
`1
#0 ChangeNotifier.removeListener (package:flutter/src/foundation/change_notifier.dart:196)
2
#1 IndicatorStateMixin.disposeListener (package:pull_to_refresh/src/internals/indicator_wrap.dart:614…
-
Hi, thanks for this great package.
Faced an issue when wrapping a Marquee widget with a SelectionArea widget. It results in following error:
```
The following TypeErrorImpl was thrown building …
-
## Actual results
A builder grid test with a simple widget triggers an assert in Flutter if a `MaterialApp` wrapper is used (e.g. `materialAppWrapper`):
```dart
// this works - although the las…
-
I/flutter ( 2623): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 2623): The following NoSuchMethodError was thrown building:
I/flut…
-
Is it possible to implement SliverPinnedFooter?
-
Hello,
I have a strange problem with implementation [example](https://github.com/kmcgill88/admob_flutter/blob/master/example/lib/main.dart) code into my own project. I've tryed many different approac…