flutter
flutter copied to clipboard
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Internal bug: b/321993708 ### Steps to reproduce With the code sample below, click the calendar FAB, and then use a screen reader to navigate through the dates. ### Expected results...
Internal bug: b/321992887 ### Steps to reproduce The minimum reproducible case for this bug can be reached by opening the following app and, using a screen reader, reach the selected...
### Steps to reproduce 1. Run the provided code sample; 2. Place the cursor/finger between the thumb and previous division (exactly between, as seen on the attached video) 3. Drag...
## Steps to Reproduce 1. Create an application on iOS with the [video_player](https://pub.dev/packages/video_player) 2. Use a server which does not support [HTTP range header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) 3. Try to play a video...
## Description A Unity widget shown in a Virtual Dispay platform view, will not properly resize on Flutter versions > 3.16.x. This resize can be triggered by things like the...
`ExpansionTile` makes it very hard to get the following behavior:  (The size of the `ExpansionTile` adapts to the size of the `ListView` inside, until it takes all the available...
I have number of pages and all of them are kind of forms with some `TextFields`. In each page, I am entering some data in `TextField` and then moving to...
It only gets in the focused mode which I know by changing the TextField `focusedBorder` property that it's being listened to but no keyboard there. doctor ``` [✓] Flutter (Channel...
### Steps to reproduce Build and run app with impeller enabled on a Galaxy Tab 7 Lite (Android 14) Immediately visible ### Expected results Properly working app ### Actual results...
Currently many core plugin APIs in Windows are platform-thread only, as on other platforms. However, as discussed in https://github.com/flutter/engine/pull/31134#pullrequestreview-991213668 and https://github.com/flutter/flutter/issues/79213 this doesn't work well on Windows, both in terms...