-
I've tried to put the banner ad in the `SliverList` and in the `bottomNavigationBar` and it gave me the same crash when I rotate the screen
```
E/AndroidRuntime: FATAL EXCEPTION: main
Process…
-
The `ScrollPosition.isScrollingNotifier` notifications work as expected on mobile, when scrolls are initiated by touch-dragging. This can be seen in the example provided in https://github.com/flutter…
-
## Use case
I would like to use the sliverAppbar( and other sliver widget ) and reorder it!
Currently I get an error, so I would like you to support this if you don't mind.
## Proposal
https…
-
Is it possible for us to have a Platform widget for SliverAppBar (material) and CupertinoSliverNavigationBar?
-
### Steps to reproduce
One of the requirements is that the AppBar should be hidden during list scrolling, so I created the widget using CustomScrollView, SliverAppBar, and SliverListView. When scroll…
-
### Content
I find this library quite useful, and I'm using it to scroll to a specified index. However, I’m wondering, if I have a list with, say, 10,000 items and use a SliverList, will wrapping i…
-
**Describe the bug**
When sliding through a carousel from the [carousel_slider package](https://pub.dev/packages/carousel_slider) the loadMore function gets called from paginable.
Not sure how the…
-
### Content
https://github.com/fluttercandies/extended_nested_scroll_view/assets/82579833/ff157b34-35b3-4bfb-b7e8-249d8557d2f6
----
CodeSegment:
``` Widget buildBody() {
return ExtendedN…
-
How could we keep these date header when scrolling down ?
I've isolated body in a dedicated widget here : https://github.com/pierre-kci/flutter_gantt_chart/tree/isolating-body
In order to remove dat…
-
The usage for the current implementation of SliverAppBar is unclear. There are two different ways of populating a material appbar:
```dart
new Scaffold(
// 1
appBar: new AppBar(),
body:…