Flutter: Implement Line Sign In For Mobile Apps.

Ashutosh Singh
Flutter Community
Published in
6 min readOct 17, 2021

--

[source:Internet]

Line-

Line, the mobile messaging app from Japan. The line is a free messaging app that goes beyond basic services like WhatsApp to offer stickers, social games, video calling, and a range of other accompanying apps that connect to the service.

The line currently has more than 35 apps available to download, including its core messaging app, to a light version for emerging markets, social games, a music streaming service in Japan and Thailand, an Uber rival in Japan, and Webtoons, its cartoon app. It also offers a payments service that sits inside the Line messaging app in its largest market.

In this article, I’m using flutter_line_sdk provide by itself line.
The LINE SDK for Flutter is a Flutter plugin that lets you access the functions of LINE SDK for iOS and LINE SDK for Android in Flutter apps with Dart.

The plugin helps you integrate LINE Login features in your app. You can redirect users to LINE or a web page where they log in with their LINE credentials.

App Functionality Preview Line Login

case1: If you have a line app. it redirects to the app and asks for verification press allow for login.

--

--