line_notify 2.0.1 copy "line_notify: ^2.0.1" to clipboard
line_notify: ^2.0.1 copied to clipboard

This is a Line Notify API wrapping library for the Dart language licensed under BSD 3-Clause.

example/example.dart

// Copyright 2022 Kato Shinya. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided the conditions.

import 'package:line_notify/line_notify.dart';

void main() async {
  final lineNotify = LineNotify(token: 'Write your token here');
  final response = await lineNotify.send(message: 'Write your message here');

  print(response.statusCode);
  print(response.body);
}
4
likes
130
pub points
49%
popularity

Publisher

unverified uploader

This is a Line Notify API wrapping library for the Dart language licensed under BSD 3-Clause.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on line_notify