-
### 現状
何もない
### 動機
Silver に関する課題がない
### 提案
`SliverAppBar` や `SliverList` を使用する課題を追加する
-
请问listadapter怎么应用于嵌套滑动的场景,类似于SliverList
-
If I'm writing a Scaffold.drawer argument, docstring suggests Drawer. I check the docstring for Drawer.child, using jump to definition in the editor, and I see this:
```dart
/// The widget below…
-
When using multiple SliverMasonryGrid in a CustomScrollView to draw a grid with different crossAxisCount, the scroll position is reset when scrolling the first SliverMasonryGrid.
This was not an is…
-
Doesn't work when on top of a page that has a CustomScrollView and some slivers inside (SliverList) etc. Only dismisses sideways. If there is no scrollable content in CustomScrollView then works also…
-
I have a list of images in a `SliverList` with a `FloatingActionButton` on the bottom-right corner. When the user click's any image on the `SliverList`, the image animates to a new `Route` where the i…
-
Hi, thanks for this great library!
I'm encountering an issue where scrolling is broken when there are multiple `SliverMasonryGrid`s in the same `CustomScrollView`. While scrolling down, it will jum…
-
ListView is very very common in examples, but for a lot of scrolling effects, hey are more easily and performantly achieved with a CustomScrollView.
In general, a lot of users start with a ListView…
-
### Use case
I want my SliverList extend to the top of the screen, but then CupertinoSliverRefreshControl appears behind the iPhone notch.
### Proposal
Would be nice to have a displacement parame…
-
We used to be able to manually specify KeepAlive widgets in our SliverLists like so:
```dart
new SliverList(
delegate: new SliverChildBuilderDelegate(
(context, index) {
…