-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
void loop() {
while (true) {
/* Do nothing */
}
}
class MyApp extends StatelessWidget {
@overri…
-
**URL**
https://appt.org/en/articles/native-versus-cross-frameworks-accessible-apps#:~:text=Flutter-,Not%20supported,-Can%E2%80%99t%20change%20accessibility
**Suggested improvements**
A specific …
-
When I start ARKitSceneView the view is totaly black with this log error:
```
flutter: _platformCallHandler call onError 1 arkit_plugin 0x000000010490f26c $s12arkit_plugin…
-
I am trying to embed the EmailEditor via React, everything seems to work fine except the fonts section, the dropdown which is supposed to contain the list of fonts, shows nothing and even the font siz…
-
### Steps to reproduce
1. run the code sample
2. tap IconButton with "+" icon.
3. dialog display and tap the barrier
4. tap "OK"
5. tap drawer button
6. tap other area without drawer
### Expect…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Internal: b/164972023
Unfortunately, there's no straight-forward repro for this. You can:
- Turn on voice over on iOS.
- Install an app that contains a Flutter scaffold + appbar with action butto…
-
- [ ] Press back button, then player is in right upside of appbar
- [x] Press home button, then player is get smalled and can manipulate with other apps
- [ ] Attach media session to control
- [ ] Fix…
-
**Describe the bug**
When using the `HtmlEditor` on Android and iOS with a `TextField` in the same page, focusing on the `TextField` and then `HtmlEditor`, the focus will not go away from `TextField`…