lnbits 1.0.1 copy "lnbits: ^1.0.1" to clipboard
lnbits: ^1.0.1 copied to clipboard

A Flutter package for interacting with the LNBits API. This package provides convenient methods to create, pay, check, and decode invoices, as well as getting wallet details.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lnbits

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

dependencies:
  lnbits: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:lnbits/lnbits.dart';
16
likes
140
points
26
downloads

Publisher

verified publisherninjapay.me

Weekly Downloads

A Flutter package for interacting with the LNBits API. This package provides convenient methods to create, pay, check, and decode invoices, as well as getting wallet details.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on lnbits