-
headline4:
^^^^^^^^^
/E:/apps/flutter/packages/flutter/lib/src/material/text_theme.dart:109:9: Context: Found this candidate, but the arguments don't match.
const TextThem…
-
When using multiple `VideoPlayer` widgets with the same controller, only the last widget is rendered.
This problem happens only on web. On iOS and Android, all players are rendered correctly.
If…
-
## Steps to Reproduce
Execute `flutter build web --web-renderer canvaskit --release` on the code sample
I'm using iphone 13 / IOS 15 physical device.
There is a noticeable glitch whe…
-
**Is your feature request related to a problem? Please describe.**
In [flutter_form_builder](https://github.com/danvick/flutter_form_builder), there are a lot of Flutter widgets that have MONSTER p…
-
Hey Guys!
Looks like the last flutter upgrade is breaking this package.
![image](https://github.com/GiancarloCode/form_bloc/assets/4127341/edcab56d-61ba-4596-b88e-997c2f15f401)
![image](https:/…
-
Getting this error message all the time woth Flutter 2.0.3
It works when running flutter in no-sound mode (flutter run --no-sound-null-safety) but even then the "title" is not recognized and I get th…
-
@sethladd commented on [Mon Nov 28 2016](https://github.com/flutter/flutter/issues/7044)
Request from a user:
"How about something broader for new developers set them on the right path so to speak…
-
## Steps to Reproduce
I use `flutter_markdown` and expect to work with the new `SelectionArea` widget.
I'm wrapped `MarkdownBody` in `SliverList` but this is throwing.
```
'package:flutt…
-
Internal: b/292548353
Requirement:
When `TextFormField` validate callback detects an error, update the AppBar in the Scaffold to disable an action button.
I was trying to call setState in the val…
-
Hi so I'm using this array as my datasource
[{"id":2,"name":"Carpet Furniture Wash"}]
and using
textField: 'name',
valueField: 'id',
if my initialvalues are empty the dialog is working fine an…