flutter_line_sdk
flutter_line_sdk copied to clipboard
A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
## 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...
  final result = await LineSDK.instance.login(); after calling this funtion i got webpage not found error