Linus Unnebäck

Results 747 comments of Linus Unnebäck

Thanks! Yes, that was intentional since I didn't want to force Flutter 3.0 in a minor version. Other than the changed flutter version range. I think that you can absolutely...

This had do be reverted since it broke Flutter v2 compatibility, it's now released as [🚢 0.5.0 / 2022-11-02](https://github.com/LinusU/flutter_web_auth/releases/tag/0.5.0) instead!

@noga-dev, yes. I didn't realise that removing the `?` wasn't a backwards compatible change. Instead, I though that the version constraint wasn't needed, and that adding it would have made...

Troubleshooting has now been merged into this repo 🎉 Please take a look and see if it helps you, if not we can reopen https://github.com/LinusU/flutter_web_auth#troubleshooting

I think that this is the missing piece in order to have the private key stored in 1Password? Would be amazing to have this implemented 🙏 ref: https://developer.1password.com/docs/ssh/agent/compatibility/#postico

I've observed this as well. It worked in earlier versions of Got (I think 10.x), but is currently not working without an extra `await`. I had this code: ```ts const...

> same here; tried everything [...] "Tried everything" doesn't really give me much to work with. Did you try to create a new clean React Native project and adding this...

> So just adding URL seems to me like a better option, covering majority of expected uses (string and URL) and not allowing unexpected conversions Sounds good to me, it's...

@skullkim feel free to send a PR, I'd be happy to review it!