Marcel Niedziela
Marcel Niedziela
Hi In our project we use `CronetHttp` for the http request because `HttpClient` does not trust the user-added CA on the device and Cronet does. For all http requests everything...
On some Android devices im expiriencing NotReadableError: Cannot start video source I am using this component in a dialog. When I open the dialog, it calls the `action.start()` method. The...
**Is your feature request related to a problem? Please describe.** I'm trying to suppress specific lints, like `unnecessary_non_null_assertion`, in files generated by Freezed. I added `ignore_for_file` directives in `build.yaml`, expecting...
Adds a gestureRecognizers option to HtmlEditorOptions for specifying additional gesture recognizers that the HTML editor’s underlying platform view should respond to. This option only affects mobile platforms (Android & iOS),...
This PR makes copyWith and toString include accessible superclass fields (across deep inheritance), and updates ==/hashCode to avoid double-counting when super implementations are present. It keeps existing behavior otherwise and...