-
### Documented behaviour
```dart
PlaybackState _transformEvent(PlaybackEvent event) {
return PlaybackState(
controls: [
if (_player.playing)
MediaControl.pause.copyWi…
-
### Steps to reproduce
On flutter beta version 3.27.0-0.1.pre
1. Turn on semantics auto rendering for application
2. Have an app with a button that doesn't result in navigation
3. Launch on web
…
-
## Problem
Many packages have no accessibility support (Text scaling, screen reader, etc.), which is a big problem for me as an app developer. It's my responsibility that our app has accessibility su…
-
If possible it would be neat to reuse the design for publishers... and give a description of what flutter favorites is, maybe include some graphics. Maybe something like this:
![xnhcKEzVPHy](https:…
-
### What information needs to be added?
We're starting to see more "widget packs" or "design systems" appear on Github and pub, which is awesome! People evaluating Flutter, and current new Flutter us…
-
https://flutter.dev/docs/development/packages-and-plugins/favorites#metrics
Per requirements, can only happen once we reach a full stable release with feature completeness.
-
### Page URL
https://codelabs.developers.google.com/codelabs/flutter-app-testing#6
### Page source
_No response_
### Describe the problem
"How to Test a Flutter App" Code lab has a prob…
-
![372383862-ac1bd9c1-fc1f-4375-9bf5-8e8c9b41cc15](https://github.com/user-attachments/assets/bedde4a2-8b96-4d73-af8c-ed008e42cb89)
We are searching for beautiful demo creators! For more information…
-
#91605
#92093
Repainting the AppBar from surfaceColor to backgroundColor and vice versa happens abruptly when scrolling. But if you add the Shape property to the AppBar, then the repainting will b…
-
Hello! I am having trouble with deep linking within my flutter application. I've follow the documentation on getting things setup and have it working on Android but not iOS. I am not receiving any err…