flutter_line_sdk icon indicating copy to clipboard operation
flutter_line_sdk copied to clipboard

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.

Results 9 flutter_line_sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

## What did you do? Now, I'm using version Flutter 3.0. But, this SDK using Dart SDK version 2.16.2 ## What did you expect? Please version up. ## What happened...

## What did you do? Click button and call ``` final LoginResult result = await LineSDK.instance.login( scopes: ["profile", "openid", "email"], ); ``` `and press Back button of android device quickly.`...

## Is it a security issue? If you believe you have discovered a vulnerability or have an issue related to security, please **DO NOT** open a public issue. Instead, send...

## Is it a security issue? If you believe you have discovered a vulnerability or have an issue related to security, please **DO NOT** open a public issue. Instead, send...

## Is it a security issue? No If you believe you have discovered a vulnerability or have an issue related to security, please **DO NOT** open a public issue. Instead,...

SOS, how can I follow the merchant account in the App? We need to send the logistics information. If I have any misunderstanding about flutter_line_sdk, please correct me, thank you...

I have a Flutter native app, when running on emulators, they were fine as they used internal browser to login. But when I test my app on my own Android...

Greeting. i'm implementing this flutter sdk into my app that it has an unexpected data reponses. once i call login with profile scope as below, ``` final result = await...

![WhatsApp Image 2024-11-28 at 12 15 14](https://github.com/user-attachments/assets/d3734345-2a75-4fb8-bcdf-7912b2982a93) ![WhatsApp Image 2024-11-28 at 12 46 10](https://github.com/user-attachments/assets/94d90dde-79a1-422c-9a5d-d36154aa509a) final result = await LineSDK.instance.login(); after calling this funtion i got webpage not found error