Wei Wang

Results 259 comments of Wei Wang

With the information provided now, it is too hard for us to track the issue. Since it crashes in the line ``` UIApplication.shared.open(url, options: [.universalLinksOnly: true]) ``` is totally code...

Can you provide your Channel ID and a sample attempting date/time when this issue happens? So we can check to see if there is anything wrong with the request parameters...

@xietaijian Thanks for the information. We checked the logs of this channel around that time, but unfortunately we didn't find any suspicious things which can cause it. So may I...

We cannot reproduce this. It looks like a temporary connection issue. We tried in the sample app and everything goes fine. Does this still happen now? And maybe you can...

That is not a thing of Flutter version, but a requirement of Dart SDK version. LINE SDK flutter requires from Dart SDK 2.12.0 (see [here](https://github.com/line/flutter_line_sdk/blob/master/pubspec.yaml#L8)) and your current version 2.16.2...

There is no additional information and since this package can work seamlessly with Flutter 3.0, I am closing this issue for now. Feel free to reopen the discussion if there...

Not sure if the logs are related to LINE SDK for Unity. It does not seem an issue from our side. :( @plateaukao I am not an expert on Android,...

Tried with the "Transition" sample in the demo app on iOS 16, but not reproducible: https://user-images.githubusercontent.com/1019875/191277849-508d4d9b-36de-4fec-9f0d-caa6b3a686a8.mp4 Can you check the [sample view](https://github.com/onevcat/Kingfisher/blob/master/Demo/Demo/Kingfisher-Demo/SwiftUIViews/TransitionViewDemo.swift) to see if you can find anything? Or...

Tried to created a new SwiftUI app and the following code snippet. Still no luck to reproduce and things goes fine as I can see. Can I get a sample...