TheCarpetMerchant
TheCarpetMerchant
@Sub6Resources I think it should have to do with usefulness and willingness. In this case, I suppose you already have what's needed to handle alignment ; it would just be...
Following up on this ; At first glance I'm seeing that `Style.alignment` is a thing. So parsing the `align` into that (I suppose from the `HtmlParser.build` method) seems like an...
@LinusU This is happening to me too. What's weird is that it worked the very first time I tried it, then subsequently failed all other attempts. I'm calling google OAuth...
@jmgeffroy Did you end up finding a solution to this ?
I'll be trying out the latest workaround mentioned in #380 then.
@miquelbeltran Yes of course, but it allows choosing the "Always" option, and the app is used to open links from a website in a different UI, basically. So if you...
ACTION_MAIN specifies that no data is transmitted to the app, so this isn't what I'm looking for here ; and even then, the result is the exact same (at least...
Hey ! @mtc-jed here. Here's a possible implementation that didn't pan out, but it taught me a lot about Isolates. It uses `dart:ui`'s `IsolateNameServer` but would need a real mutex...
What you're describing is exactly why we'd need to talk to the team handling the AlarmManager plugin, so we know how these things are behaving. I thought about calling the...
I think a first goal should be to provide multi-Isolate support for existing uses (ie Flutter apps), if it happens to be feasible without too much trouble, as this would...