flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Results 4157 flutter issues
Sort by recently updated
recently updated
newest added

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...

a: accessibility
f: date/time picker
platform-web
a: desktop
has reproducible steps
P0
customer: huggsy (g3)
team-framework
found in release: 3.16
found in release: 3.20

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...

a: accessibility
f: date/time picker
platform-web
a: desktop
has reproducible steps
P0
customer: huggsy (g3)
team-framework
found in release: 3.19
found in release: 3.20

### 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...

framework
f: material design
has reproducible steps
team-design
found in release: 3.19
found in release: 3.20

## 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...

platform-ios
customer: crowd
p: video_player
package
a: error message
has reproducible steps
P2
found in release: 3.10
found in release: 3.11
team-ios
triaged-ios

## 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...

c: regression
platform-android
e: OS-version specific
has reproducible steps
platform-views: vd
team-android
found in release: 3.19
found in release: 3.20

`ExpansionTile` makes it very hard to get the following behavior: ![image](https://user-images.githubusercontent.com/2412819/63640660-1bce8900-c6a3-11e9-8a94-f3402d3de965.png) (The size of the `ExpansionTile` adapts to the size of the `ListView` inside, until it takes all the available...

c: new feature
framework
f: material design
customer: crowd
c: proposal
team-design
triaged-design

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...

a: text input
framework
f: routes
f: focus
has reproducible steps
P2
team-framework
triaged-framework
found in release: 3.19
found in release: 3.20

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...

a: text input
framework
customer: crowd
platform-web
f: focus
has reproducible steps
P3
browser: safari-ios
team-web
triaged-web
found in release: 3.19
found in release: 3.20

### 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...

engine
platform-windows
a: desktop
P2
a: plugins
team-desktop
triaged-desktop