-
We have some sample code in SingleChildScrollView that talks about the "expand or scroll" and "center or scroll" cases. There's a link to it from Column, but even I, who added the link, missed it just…
-
## Use case
Windows APIs come in a variety of flavors, most notably:
- Simple C-based APIs like [`MessageBox`](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox)
- …
-
Since `NestedScrollView` wants to provide controllers to the children, it should throw a helpful assertion message if it detects that the children already have controllers.
## Steps to Reproduce
…
-
## Use case
It's impossible to implement a pull-to-refresh below the app bar using slivers. You can wrap the parent `CustomScrollView` in a `RefreshIndicator`, but then the indicator will be pulle…
-
### Version
6.0.0
### Platforms
macOS, Web, Windows
### Device Model
Macbook air m1 2020
### flutter info
```sh
[✓] Flutter (Channel stable, 3.7.4, on macOS 13.2.1 22D68 darwin-a…
-
## Sreyleak:
Commissioner
- PR #1570
- WIP #1534
App
- PR 1493 => https://github.com/bookmebus/cm-market-app/pull/1493
- PR 1540 => https://github.com/bookmebus/cm-market-app/pull/1504
-
## 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.…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
### What mobile OS are you using?
Android
### Please provide details on the device you experienced the bug on
_No response_
### Description
I am trying to build the app from source as part of wal…
-
Flutter CI fails for any diagnostics, including usage of deprecated APIs. In practice this means that APIs from packages used by any flutter code, and APIs in the SDK cannot be marked deprecated until…