yookassa_payments_flutter 1.7.0 yookassa_payments_flutter: ^1.7.0 copied to clipboard
This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yookassa_payments_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
yookassa_payments_flutter: ^1.7.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:yookassa_payments_flutter/yookassa_payments_flutter.dart';