Chralu
Chralu
Hi @miquelbeltran , here is [a demo project](https://github.com/Chralu/plus_plugin_issue_3028). Running it,using `package_info_plus: 8.0.0` you will get a `Failure : Bad state: Origin is only applicable to schemes http and https: moz-extension://40ae7a4c-2b83-4e0d-bf15-b69c263daa35/index.html`...
Hi @amugofjava , I've reworked this PR a bit to handle the case you described. The issue was caused by an inconsistency between : - episode state stored in Sembast...
Hi @amugofjava , thanks for the review ! I don't have much time to look at it for now, but I will check how to fix that behavior in the...
A solution would be to make step 2 synchronous. That way, we would be certain that `Episode.downloadTaskId` is changed on time. I see two ways of implementing that : 1....
I might be helpful on this kind of task. a thought : Is null-safety migration prior to SGBD migration ?
That's an interesting point indeed ! According to my tests, Weblate only updates `*.arb` files. So `LocalizationDelegate` generation remains the build pipeline responsability. To be further tested...
I'm encoutering that issue on Android 13 too. Here is the only information I have for now : - episode playtime is lost : when starting playback again, the episode...
Hi, I encounter the same issue running my project on Web platform. Issue comes from the default image renderer for web : `ImageRenderMethodForWeb.HtmlImage` which ignores `headers`. ### Workaround : Using...
Hello @quetool That PR is just a quick attempt toward web support. It needs a lot of work to be fulfilled. It will probably be closed without any further progress,...
Hi @gdaguin , thanks for the PR. I just rebased it according to last changes. I replaced a few `context.read` by `context.watch` to get live update of the displayed data.