line_login_sdk 1.0.5 copy "line_login_sdk: ^1.0.5" to clipboard
line_login_sdk: ^1.0.5 copied to clipboard

A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:line_login_sdk/line_login_sdk.dart';

import 'src/app.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  LineSDK.instance.setup('1620019587').then((_) {
    print('LineSDK Prepared');
  });
  runApp(App());
}
0
likes
135
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on line_login_sdk

Packages that implement line_login_sdk