payjoin_flutter 0.13.0-dev.2
payjoin_flutter: ^0.13.0-dev.2 copied to clipboard
A Flutter library for the Payjoin Dev Kit.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add payjoin_flutterWith Flutter:
$ flutter pub add payjoin_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
payjoin_flutter: ^0.13.0-dev.2Alternatively, 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:payjoin_flutter/common.dart';
import 'package:payjoin_flutter/receive/v1.dart';
import 'package:payjoin_flutter/receive/v2.dart';
import 'package:payjoin_flutter/send.dart';
import 'package:payjoin_flutter/uri.dart';