Adrien Padol

Results 12 comments of Adrien Padol

MaterialDialog SelectChoicesAsync depends on MaterialRadioButtonGroup, so to achieve this it seems we must update MaterialRadioButtonGroup's behavior first

We kept working on that issue with OrelP, turns out it's most certainly an implementation problem by Chrome. For instance, on the same fiddle, a friend of mine is seeing...

That is very interesting. I'll try your fix, and keep you posted. Thank you !

I see a similar issue on my side (for only one of the projects I'm working on). I've added as much information as possible in the issue available here :...

> I see a similar issue on my side (for only one of the projects I'm working on). I've added as much information as possible in the issue available here...

I've been trying to use the task for a few days, but I end up with the same results as everyone else. The thing is, even if I don't use...

I don't think the whatsNewDirectory really affects anything. This is my task ```yaml - name: upload PROD package to Google Play uses: r0adkll/upload-google-play@v1 with: serviceAccountJsonPlainText: ${{ secrets.PLAY_CONSOLE_SERVICE_ACCOUNT_JSON }} packageName: io.thering.app...

From what I can see, this is now the case. Issue should/could be closed: https://github.com/Clancey/Comet/blob/dev/src/Comet.Android/Handlers/ListViewHandler.cs

Of course I found a workaround about 12 seconds after I posted this. So to fix this I simply added a `using Comet;` directive **inside** the sample namespace. So for...

I also see this with flutter `3.22.2`. But also, you cannot set the renderer to `canvaskit` via javascript because of https://github.com/flutter/flutter/issues/147610 (which seems to be fixed but is not included...