yookassa_payments_flutter 1.0.4
yookassa_payments_flutter: ^1.0.4 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());
}