yookassa_payments_flutter 1.10.0 copy "yookassa_payments_flutter: ^1.10.0" to clipboard
yookassa_payments_flutter: ^1.10.0 copied to clipboard

This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.

1.10.0 (07-11-2025) #

  • update native android lib to 8.2.0, update ios native lib to 8.1.1
  • added param for version control native libs

1.9.0 (09-06-2025) #

  • update native android lib to 7.1.1, update Appmetrica, fix compatibility issue with Flutter 3.29

1.8.0 (01-04-2025) #

  • Up android native version to 7.1.0
  • Up iOS to 7.4.0
  • Migrate to the Plugin DSL

1.7.1 (13-01-2025) #

  • Up android native version to 7.0.2
  • Update SberPay documentation

1.7.0 (14-10-2024) #

  • Update mSDK version
  • iOS to 7.2.0
  • Android to 7.0.1
  • Update Android compileSdkVersion to 34

1.5.0 (23-05-2024) #

  • Update dependencies;
  • Using AppMetrica reporters
  • Update NSPrivacyTrackingDomains value

1.4.0 (27-04-2024) #

  • Android changes: update dependencies - java 17, kotlin 1.9.22, AGP 8.2.2, min sdk version raised to 24, update native version MSDK to 6.11.0, documentation updates. iOS changes: min iOS version up to 14, update native version MSDK to 6.16.0 with privacy manifest

1.3.1 (26-03-2024) #

  • Added Jenkinsfile

1.3.0 (22-12-2023) #

  • Update payment method via Sber

1.2.2 (29-09-2023) #

  • Fix unnecessary_non_null_assertion warnings in test

1.2.1 (28-09-2023) #

  • Add parameters for deploying to pub.dev

1.2.0 (27-09-2023) #

  • Add CI/CD configuration files

1.1.1 #

  • Fix SBP implementation readme. Fix and improve UI

1.1.0 #

  • Support new payment method — SBP

1.0.6 #

  • Fix crash with 3DS confirmation for Android Platform

1.0.5 #

  • Fix bug with return confirmation result for iOS platform

1.0.4 #

  • Added processing of Mintsifra certificates in webView to keep banking services working
  • Moved the field for customizing the display of the YooKassa logo from TokenizationSettings to CustomizationSettings
  • Made UI changes and updated profiling

1.0.3 #

  • Fixed iOS confirmation flow. Refactored TokenizationResult, now it's have SuccessTokenizationResult, ErrorTokenizationResult and CanceledTokenizationResult versions. Not to get token from TokenizationResult you need to check it's type: var result = await YookassaPaymentsFlutter.tokenization(tokenizationModuleInputData); if (result is SuccessTokenizationResult) { result.token }

1.0.2 #

  • Made applePayID and moneyAuthClientId fields optional.

1.0.1 #

  • Formatted code. Added homepage and repo urls.

1.0.0 #

  • Initial development release.
39
likes
125
points
321
downloads

Publisher

verified publisheryoomoney.ru

Weekly Downloads

This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on yookassa_payments_flutter

Packages that implement yookassa_payments_flutter