line_bot 0.0.2 copy "line_bot: ^0.0.2" to clipboard
line_bot: ^0.0.2 copied to clipboard

Library of the LINE Messaging API for Dart. The Library follows the LINE official Messaging API document and helps you to build your Bot much simpler and easier.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add line_bot

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  line_bot: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:line_bot/line_bot.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Library of the LINE Messaging API for Dart. The Library follows the LINE official Messaging API document and helps you to build your Bot much simpler and easier.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

crypto, http, json_annotation

More

Packages that depend on line_bot