2022-07-03 20:52:22 +03:00
|
|
|
name: yookassa_payments_flutter
|
2023-09-28 18:41:01 +03:00
|
|
|
description: This Flutter SDK allows processing payments using a payment token. It
|
|
|
|
works as an addition to the YooMoney API.
|
2025-01-13 12:02:19 +03:00
|
|
|
version: 1.7.1
|
2022-07-03 20:52:22 +03:00
|
|
|
homepage: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
|
|
|
repository: https://git.yoomoney.ru/projects/SDK/repos/yookassa-payments-flutter-sdk/browse
|
|
|
|
environment:
|
2023-08-14 18:02:30 +03:00
|
|
|
sdk: ">=2.15.0 <4.0.0"
|
2022-07-03 20:52:22 +03:00
|
|
|
flutter: ">=2.10.5"
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2024-05-23 15:48:28 +03:00
|
|
|
flutter_lints: "^4.0.0"
|
2022-07-03 20:52:22 +03:00
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: ru.yoomoney.sdk.kassa.payments.flutter
|
|
|
|
pluginClass: YookassaPaymentsFlutterPlugin
|
|
|
|
ios:
|
2023-05-12 18:17:35 +03:00
|
|
|
pluginClass: YookassaPaymentsFlutterPlugin
|