Olivier Revial
Olivier Revial
Seems that it's already implemented in commit a18ea78e89e291931a447d47dcd88e3a6db8554e
I think the problem is not that the callback is not strongly typed because it is (it is defined as a typedef of type `void Function(MockServer server);`), but rather than...
> to solve the problem for your example: "u":Style( textDecorationColor: Colors.red, ), This does not solve the problem, it is a workaround that does not fix the bug and does...
I have the same issue on Flutter 2.10.5 but in my case it's only happening when the flushbar is started while the app is in background. Basically I have a...
Sure, will do !
Done, it's request [#1761119](https://help.datadoghq.com/hc/requests/1761119)
@fuzzybinary I'm using latest `flutter_inappwebview` at this point which is 6.1.5. I'm mostly using `InAppWebView` and I would say that the priority for me is to have support for this...
Thanks for the update @fuzzybinary. Not sure yet if I start testing the 1.0.1 now without Android 33+ working or if I just wait for the next release of `flutter_inappwebview`...
`,` and `)` (and `*`, `(`, `!`...) are all valid characters as soon as they don't appear in the host part. To me quill editor works as expected when it...
> Just to be 100% sure @orevial your CI is also Linux right? (a different OS to your dev machine?) Yes my CI is a Ubuntu machine!