-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. focus on `textfield`
3. type on searching emoji input
4. tap `textfield` again
**Expected results:**
after tap …
-
## Steps to Reproduce
use two TextField with different `textInputAction`
one has `maxLines: null` and `textInputAction: TextInputAction.done`
another one has `maxLines: null` and `textInputAc…
tbm98 updated
8 months ago
-
## Steps to Reproduce
1. Using the provided sample code, run the app.
2. Once the app is running, refresh the browser or click enter in the address bar (or hot restart).
3. Click the floating a…
-
### Steps to reproduce
1. Create a new Flutter project.
2. Implement the Shortcuts widget with a specific key combination.
3. Test the functionality on a Windows machine (works as expected).
4. Te…
-
## Details
In a simple app only containing a scaffold with a listview, when scrolling the listview while the overscroll animation is playing, 60Hz cannot be achieved on a relatively modern phone (O…
-
## Steps to Reproduce
1. Running `flutter create xelophone_flutter`:
![01 Create](https://i.imgur.com/FYMVINx.jpg)
![02 Create](https://i.imgur.com/XlLVq8M.jpg)
2. Files modified:
![03 modi…
-
Hello, I have some issue with Dart analysis.
Can you say me how can I fix it?
It is appeared in this my project: https://github.com/mjablecnik/startup_project
Restart, clean cache, update/upgrade …
-
When trying to take a picture with the FlashMode set to auto or always, the image is over exposed causing everything to be extremely washed out.
I have set the ExposureMode and FocusMode to auto (w…
-
### Steps to reproduce
1. Create a SelectionArea
2. The child component must be a PageView, physics: NeverScrollableScrollPhysics
3. Inside the PageView add at least two other widgets
4. The bes…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the…