line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 43 forks source link

link linepay url #38

Closed hua547878 closed 3 years ago

hua547878 commented 3 years ago

I use a linepay request API and get a linepay app url, but I don't know how to use it with deep link and app link, will you develop the feature of link linepay url in this package?

linepay app url seems like:"line://pay/payment/xxxxxxxx"

onevcat commented 3 years ago

Umm. I guess this is not a topic related to LINE SDK.

I am not an expert of Flutter, but I guess if you want to open such a URL with certain scheme, you can try the Flutter official url_launcher package, which is exactly for that purpose.

I am closing it since this is an off-topic in this repo. If you have any other concerns about LINE SDK, please feel free to open a new issue.

Best regards.