Max Anders
Max Anders
I also feel that the touchable area could be larger or customizable, as sometimes the slider doesn't react when the user touches slightly next to it. I'd like to keep...
In my case, it seems the issue was caused by youtube_player_flutter that depends on flutter_inappwebview
Hi @ryanheise, I’m encountering an issue where another package I’m using could work with the WASM compiler, but this package doesn’t appear to support it. Are there any updates or...
Thanks for the suggestion. I don't know why it hasn't been updated, In this case, I guess I can just wait until it is or ask them (used for Google...
same, in fact, the behavior of the play() future is strange to me, I remember I had another problem with the fact that it didn't complete
I encountered the following error: `ImageCodecException: Failed to load network image.` Adding this helped resolve the issue: `imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,` However, I am still facing another issue, `GET https://lh3.googleusercontent.com/a/ACg8ocJEb--2bAckEYPPmMs8PL_tR031rtQ5pXJQF6ZNQWPQZBNnUw=s96-c 429 (Too...
@Remy2701 > I have the same problem. Have you found a solution? I've noticed that in my case only PNG images fails to load properly but everything seems to work...
Yes, is there any way not to display this error message in the middle of my screen all the time, it works fine for me.,
I discovered that my modal sheet was overlaying a floating action button nested in one of the widgets and adding a UniqueKey() to the hero tag solved the problem, I...