cln_plugin_api 0.0.1-beta.2 copy "cln_plugin_api: ^0.0.1-beta.2" to clipboard
cln_plugin_api: ^0.0.1-beta.2 copied to clipboard

Dart package that provides an easy and comprehensive interface to develop custom plugins for core lightning in the Dart programming environment.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cln_plugin_api

With Flutter:

 $ flutter pub add cln_plugin_api

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

dependencies:
  cln_plugin_api: ^0.0.1-beta.2

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

Import it

Now in your Dart code, you can use:

import 'package:cln_plugin_api/cln_plugin.dart';
1
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Dart package that provides an easy and comprehensive interface to develop custom plugins for core lightning in the Dart programming environment.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

cln_common, json_annotation

More

Packages that depend on cln_plugin_api