payjoin_flutter 0.23.0 copy "payjoin_flutter: ^0.23.0" to clipboard
payjoin_flutter: ^0.23.0 copied to clipboard

A Flutter library for the [Payjoin Dev Kit](https://payjoindevkit.org/)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add payjoin_flutter

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

dependencies:
  payjoin_flutter: ^0.23.0

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:payjoin_flutter/bitcoin_ffi.dart';
import 'package:payjoin_flutter/common.dart';
import 'package:payjoin_flutter/receive.dart';
import 'package:payjoin_flutter/send.dart';
import 'package:payjoin_flutter/uri.dart';
5
likes
140
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for the [Payjoin Dev Kit](https://payjoindevkit.org/)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, ffi, flutter, flutter_rust_bridge, freezed_annotation, meta, mockito, uuid

More

Packages that depend on payjoin_flutter

Packages that implement payjoin_flutter