-
**Describe the bug**
A clear and concise description of what the bug is.
**Environment**
Add your `flutter doctor -v`
```
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.1 24B83 darwin-x64, lo…
-
I set overscroll to 150. First time focusing on TextField the field indeed is scrolled correctly per the overscroll value. However, after doing that, if I focus manually (tapping) on the next text fie…
-
## Motivation
Implement `ORKDrawingStep` which lets users draw any type of line-art with their finger/apple pencil
## Proposed Solution
Port [WWDC example](https://developer.apple.com/library/prerel…
-
### Package
dynamic_color
### Existing issue?
- [X] I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues)
### What happened?
Background color o…
-
## Description
{"product": "iPhone 12 Pro", "p_id": "p100","price": 99900,"ratings":4.5, "brand": "Apple", "specs": ["iPhone 12 Pro - Silver/128 GB", "iPhone 12 Pro - Gold/256 GB"], "colour": "Silv…
-
Adding simple accessibility labels and values goes a long way in making it the standard for people when they use these charts as examples.
Please add these to your sample charts:
.accessibilityLab…
-
## Steps to Reproduce
1. Run `flutter create asset_example`.
2. Update the files as follows: Extract the attached file:
[asset_example.zip](https://github.com/flutter/flutter/files/6631387/asset_…
-
### Use case
RadioMenuButton uses [Radio](https://api.flutter.dev/flutter/material/Radio-class.html) fixedly which supports Material Design only.
https://github.com/flutter/flutter/blob/1fba66d82e…
-
### Overview
I am adding flutter as a module into my existing native iOS and Android application. The issue I am facing is that the image is not loading on iOS. Only the placeholder Image is displayi…
-
### Steps to reproduce
When the App enters the background, the ImageCache will be cleared, and obvious flickering can be seen when the page is rolled back.
Setting gaplessPlayback = true can solve…