yookassa_payments_flutter 1.1.1
yookassa_payments_flutter: ^1.1.1 copied to clipboard
This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(const App());
}