-
When I'm testing the simplest Hello World application by TalkBack I receive a warning
"This item may not have a label readable by screen readers" for the whole screen. Btw the Google Console interna…
-
### Steps to reproduce
1. Create new flutter app in VS Code.
2. Attempt to debug on physical Android 14 device.
### Expected results
App should start and be debuggable.
### Actual results…
-
I have translations at `assets/translations/` with two locales `en.json` and `ko.json` and the below is my code.
``` dart
import 'package:easy_localization/easy_localization.dart';
import 'packa…
-
### Steps to reproduce
1. Create a new Flutter project: flutter create bug.
2. Run the application and switch to another app. Then, reopen the Flutter app using Mission Control.
3. Try this multipl…
-
Since `NestedScrollView` wants to provide controllers to the children, it should throw a helpful assertion message if it detects that the children already have controllers.
## Steps to Reproduce
…
-
### Steps to reproduce
The issue is that within a PageView, using a WebView widget, after scrolling once, it causes the content of the SingleChildScrollView in flutter_web to become unresponsive.
…
-
I'm able to get the [demo](https://github.com/ethanblake4/flutter_eval/blob/master/example/lib/main.dart) working, and was trying to modify it so that I could only render some widgets from the server …
-
### Steps to reproduce
I already created simillar issue
https://github.com/flutter/flutter/issues/128555
now it's found in Icons.adaptive.arrow_back
### Expected results
![Screenshot 2024…
-
## Summary as of 2024-08:
* The issue appears on a wide range of devices and platforms, but only with a refresh rate of 120 Hz or greater. (https://github.com/flutter/flutter/issues/106277#issuecomme…
-
the package work fine in foreground and in background But When App killed No Thing Happen ??
package version
workmanager: ^0.5.1
flutter version
3.7.7
The Code I try To run
`impor…