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

which library intend to be used for liff #43

Closed roticagas closed 3 years ago

roticagas commented 3 years ago

Since flutter 2 officially add web ability from beta. Which library should to be used with flutter web?

https://github.com/line/line-liff-v2-starter or https://github.com/line/flutter_line_sdk

onevcat commented 3 years ago

This repo (flutter_line_sdk) is only providing a wrapper for the native LINE SDK. So it won't work with the Flutter Web.

LIFF is a front-end framework and LINE SDK (which is for LINE Login in native apps) is basically a different scope. So if you are going to create a LIFF app, I guess the LIFF repo is where you might want to go.

Best regards.