-
## Steps to Reproduce
Trying to access the camera image view, I'm only getting a black screen displayed in place of the CameraPreview widget. Messages available in debug console are as follows:
…
ghost updated
4 months ago
-
📜 [Design Document](https://docs.google.com/document/d/1-aFI7VjkF9yMkWpP94J8T_JREDS-M3bOak26PVehUYg/edit?usp=sharing)
---
Related:
- https://github.com/flutter/flutter/issues/31606
## Use c…
-
## Bug report
**Describe the bug**
I am trying to make `begin_checkout` event using code like this
```
await FirebaseAnalytics.instance.logBeginCheckout(
items: [
Anal…
-
### Steps to reproduce
1. Overscroll
2. Try to click on the button while the scroll physics is settling
### Expected results
I can tap on the button
### Actual results
I cannot tap on …
-
hi, i want to add offsetTop to sliverPinnedHeader,but encountered a problem when using it with MultiSliver。
when set pushPinnedChildren true, a blank space will appear at the bottom of the multiliv…
-
This error occur
This AdWidget is already in the Widget tree I/flutter ( 7541): If you placed this AdWidget in a list, make sure you create a new instance in the builder function I/flutter ( 7541): w…
-
### Use case
Sometimes when you have a `ListView` you want it to be padded inside your screen but only at the sides and over the first item and under the last one.
For this, today we need to hav…
-
### Background
In 2023, Flutter changed its process to use the [`design doc` GitHub issue label](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22design+doc%22
) to shar…
-
### Steps to reproduce
1. run sample code
2. look at debug console
### Expected results
Don't materialze invisible widgets.
I'm using SliverFixedExtentList.builder.
It is possible to caluclate s…
-
On flutter 3.22.0, this package works fine in debug mode, but when run in release or profile mode, the package breaks due to framework errors! I tested on your example, it really fails...