Lars-Kristian Dahl

Results 39 comments of Lars-Kristian Dahl

Ah yes, webviews do not support deep linking. I tried that initially, but it's not possible. On Fri, Jun 19, 2020 at 8:08 PM Shivam Jha wrote: > Actually I'm...

@lzzy12 Any progress here? I've tried to get a webview working before and was unable to. I'll close this unless someone has made any progress.

Web views are not recommended for security-sensitive applications

`use_stripe_sdk` refers to Stripes own SDKs, and requires them to work. I'm not sure it's possible to support it, and it's certainly not a priority.

I haven't considered this case. The check is there to make sure users don't accidentally use https on ios/android, as that is usually not what you want. I'll consider support...

I don't think I've tagged all of them. What do you need the tags for ?

I can look into this next! I haven't had time to work on this for a while, but plan to find some time in the next weeks and going forward.

It seems this shouldn't be too hard. I'm not sure I will have time to add this anytime soon, but based on some quick research it should be completely possible...

This is now supported, using https://pub.dev/packages/pay :)

After reviewing the current implementation of `GoRouterData`, I realize the previous proposal maybe isn't the best. A better idea might be to add a new method, similar to `buildPageWithState`: Add...