flutter_line_sdk icon indicating copy to clipboard operation
flutter_line_sdk copied to clipboard

webpage not available after calling final result = await LineSDK.instance.login();

Open himanshudeveloper opened this issue 1 year ago • 1 comments

WhatsApp Image 2024-11-28 at 12 15 14 WhatsApp Image 2024-11-28 at 12 46 10

  final result = await LineSDK.instance.login(); 

after calling this funtion i got webpage not found error

himanshudeveloper avatar Nov 28 '24 06:11 himanshudeveloper

Thank you for opening the issue!

Umm... That is weird.

We just tried to perform login and seems everything works fine. And this is also the only report we received recently for the connection.

Can you try to build and run the sample app in this repo and check if it is a network issue of the device?

git clone https://github.com/line/flutter_line_sdk.git
cd flutter_line_sdk
cd example
flutter run

onevcat avatar Dec 09 '24 03:12 onevcat