-
When using a `CustomScrollView` with the `reverse` property set to `true` it would make sense to reverse the `SliverStickyHeader` as well. In a reversed list, the header currently is at the bottom of …
-
I've recently switched from using IntelliJ to VSCode as my full time Flutter editor, and the main thing I've noticed is that the searches for symbols are incredibly slow, when they work at all.
Oft…
-
使用callRefresh进行刷新,刷新完成后子项数量不减少/增加,但是高度会减少/增加时,会导致Header收不回去;手动上滑可以将之归位,如果不手动上滑,下一次callRefresh调用时不会触发onRefresh,但是会将Header归位。
代码结构:
```
EasyRefreshController _refreshController = EasyRefreshControl…
-
#### Bug Description
When I specify the custom TLS certs it suddenly breaks the stage-listener
#### Command Used/Output
```
sliver > mtls
[*] Starting mTLS listener ...
[*] Successfully st…
-
![image](https://user-images.githubusercontent.com/15014822/189474794-5e4a20ba-4487-4243-8867-1f88932d2de6.png)
Hi,
I've been trying to remove the space between the drawer and Menu... because I …
-
Hi,
I found a unexpected behavior with CustomScrollView and material 3 when the list is very short (shorter than the viewport). If the view is overscrolled, the list starts to stretch as expected w…
-
Some characters such as g, y and j are cut off in SliverAppBar.medium. Please see the screen shot below:
| Preview |
| --------------- |
| |
The issue happens on both iOS and Android wi…
-
## Steps to Reproduce
When I use a `CupertinoSliverNavigationBar` that transitions to a `CupertinoPageScaffold` containing a `CupertinoNavigationBar`, the hero transition looks all right, but the…
-
## Steps to Reproduce
1. Sync to revision b26970b143dbef310d2aea53ea51b0f8f5f3a179 of flutter/flutter
2. Sync to revision 0544532249f6ae38e3142796582ba96b20e3dac0 of flutter/gallery
3. Run the ga…
-
Switching between light and dark modes in the material 3 sample on the web is super janky. I haven't looked at HTML, but it does happen in CanvasKit mode. Profiling the app I see way too much text lay…