Rob Murphy

Results 64 comments of Rob Murphy

Sure thing, see below: Workflow ``` name: CI/CD on: push: branches: - main jobs: commit: runs-on: self-hosted container: image: rmurphy599/strength_assistant:latest steps: - name: Checkout the code uses: actions/checkout@v3 with: fetch-depth:...

Some further information, I noted that the Android manifest [docs](https://developer.android.com/guide/topics/manifest/queries-element) say that the `` tag was only introduced in API 30. Therefore I tested my app also with the minimum...

I can confirm that this bug does not appear in version 1.0.0, but does occur in 1.1.0 and 1.2.1 - I can now revert to 1.0.0 as a workaround.

With further investigation, the problem can be narrowed down to if the Android user has their default browser set to Firefox i.e. no issues with chrome. Pretty sure it's related...

Came back to this after the best part of a year as I was unhappy with not being able to support browsers other than chrome - found the solution! The...

Hi, yes sure! Essentially when using Google OAuth login with the flutter authenticator UI library, the default setup from the docs leads to an issue on Android if the user...

No worries. I think it's actually flutter/chrome not respecting the documentation - firefox seems to be doing exactly what the [docs](https://pub.dev/documentation/app_links/latest/#:~:text=Notes%3A,%22singleInstance%22%20in%20your%20AndroidManifest.) suggest. In any case I don't see this as...

Hi! I've been messing around with Nix trying to get my project to work too (which was previously on ubuntu). Note that it's still on 1.82.6 of this library as...

No worries - yep NixOS. I'll update my configuration once I've got web + android working (the flake up until this point was just to get it building on Linux)

Hi again I've been tinkering on this for a couple days now - adding web support was relatively painless but android is super painful to get working. See my current...