diff --git a/CHANGELOG.md b/CHANGELOG.md
index e507de6..5866df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,16 @@
+# 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:
-```
+* 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
@@ -19,4 +22,4 @@ if (result is SuccessTokenizationResult) {
# 1.0.0
-* Initial development release.
\ No newline at end of file
+* Initial development release.
diff --git a/README.md b/README.md
index 693d0ea..f985fb4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
## Подключение зависимостей
-1. В файл `pubspec.yami` добавьте зависимость и запустите `pub get`:
+1. В файл `pubspec.yaml` добавьте зависимость и запустите `pub get`:
```dart
dependencies:
diff --git a/android/build.gradle b/android/build.gradle
index 470ece2..8683b09 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,7 +1,7 @@
group 'ru.yoomoney.sdk.kassa.payments.flutter'
buildscript {
- ext.kotlin_version = '1.5.0'
+ ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
@@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -52,5 +52,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
- implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.5.3'
+ implementation 'ru.yoomoney.sdk.kassa.payments:yookassa-android-sdk:6.6.0'
}
diff --git a/demo/.gitignore b/demo/.gitignore
new file mode 100644
index 0000000..0fa6b67
--- /dev/null
+++ b/demo/.gitignore
@@ -0,0 +1,46 @@
+# Miscellaneous
+*.class
+*.log
+*.pyc
+*.swp
+.DS_Store
+.atom/
+.buildlog/
+.history
+.svn/
+
+# IntelliJ related
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# The .vscode folder contains launch configuration and tasks you configure in
+# VS Code which you may wish to be included in version control, so this line
+# is commented out by default.
+#.vscode/
+
+# Flutter/Dart/Pub related
+**/doc/api/
+**/ios/Flutter/.last_build_id
+.dart_tool/
+.flutter-plugins
+.flutter-plugins-dependencies
+.packages
+.pub-cache/
+.pub/
+/build/
+
+# Web related
+lib/generated_plugin_registrant.dart
+
+# Symbolication related
+app.*.symbols
+
+# Obfuscation related
+app.*.map.json
+
+# Android Studio will place build artifacts here
+/android/app/debug
+/android/app/profile
+/android/app/release
diff --git a/demo/.metadata b/demo/.metadata
new file mode 100644
index 0000000..a5584fc
--- /dev/null
+++ b/demo/.metadata
@@ -0,0 +1,10 @@
+# This file tracks properties of this Flutter project.
+# Used by Flutter tool to assess capabilities and perform upgrades etc.
+#
+# This file should be version controlled and should not be manually edited.
+
+version:
+ revision: 18116933e77adc82f80866c928266a5b4f1ed645
+ channel: stable
+
+project_type: app
diff --git a/demo/README.md b/demo/README.md
new file mode 100644
index 0000000..cbc924d
--- /dev/null
+++ b/demo/README.md
@@ -0,0 +1,66 @@
+# yookassa_payments_flutter_example
+
+Demonstrates how to use the yookassa_payments_flutter plugin.
+
+## Getting Started
+
+This project is a starting point for a Flutter application.
+
+A few resources to get you started if this is your first Flutter project:
+
+- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
+- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
+
+For help getting started with Flutter, view our
+[online documentation](https://flutter.dev/docs), which offers tutorials,
+samples, guidance on mobile development, and a full API reference.
+
+
+## Run project
+
+### Android
+- Open terminal
+- Input `cd ~/money-checkout-payments-flutter/demo`
+- For prod input `flutter run --flavor prod -t lib/main_prod.dart`
+- For dev input `flutter run --flavor dev -t lib/main_dev.dart`
+
+### iOS
+- Open terminal
+- Input `cd ~/money-checkout-payments-flutter/demo/ios`
+- Input `flutter pub get`
+- Input `pod install`
+- Run `fastlane match development --readonly`
+- Paste hosts between tags:
+ `
+ wallet
+ //front-main.appb2b1.cloud.yoomoney.ru
+ payments
+ //sdk.front-pcidss.appb2b1.cloud.yookassa.ru:9491/
+ moneyAuth
+ //front-main.appb2b1.cloud.yoomoney.ru/
+ config
+ //front-main.appb2b1.cloud.yookassa.ru/
+ `
+in file `demo/ios/Pods/YooKassaPayments/YooKassaPayments/Public/Resources/Configurations/Hosts.plist`
+- Open Xcode
+- Open money-checkout-payments-flutter/demo/ios Runner.xcworkspace in Xcode
+- Select `dev` or `prod` scheme for running
+- Press Build
+
+### если flutter-iOS не собирается, не запускается, падает при старте
+- в Xcode сделай Menu->Product->Clean Build Folder
+- закрой Xcode
+- почисти DerivedData (можно проста папку удалить; путь `/Users/USERNAME/Library/Developer/Xcode/DerivedData`)
+- перейди в диреторию -> `cd ~/money-checkout-payments-flutter/demo`
+- тут флаттер магия -> `flutter pub upgrade`
+- обнови cocoapods podspecs и переустанови зависимости -> `cd ios && pod update`
+- еще флаттер-магия и запуск из терминала -> `flutter clean && flutter run --flavor dev`
+-
+- если нужны логи и Xcode, то тормози запуск в терминале -> `control + С`
+- запускай Xcode и жми `Build` (если так и не запуститься, то `press F` чтобы призвать разработчика)
+
+## Configure hosts and tokenization data
+- There is two files in money-checkout-payments-flutter/demo/assets/schemes:
+ - dev.json - configuration for dev schemes;
+ - prod.json - configuration for prod schemes;
+- If you want to change parameters of configuration for specific scheme, you can do it by changing dev.json or prod.json depending on scheme;
diff --git a/demo/analysis_options.yaml b/demo/analysis_options.yaml
new file mode 100644
index 0000000..61b6c4d
--- /dev/null
+++ b/demo/analysis_options.yaml
@@ -0,0 +1,29 @@
+# This file configures the analyzer, which statically analyzes Dart code to
+# check for errors, warnings, and lints.
+#
+# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
+# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
+# invoked from the command line by running `flutter analyze`.
+
+# The following line activates a set of recommended lints for Flutter apps,
+# packages, and plugins designed to encourage good coding practices.
+include: package:flutter_lints/flutter.yaml
+
+linter:
+ # The lint rules applied to this project can be customized in the
+ # section below to disable rules from the `package:flutter_lints/flutter.yaml`
+ # included above or to enable additional rules. A list of all available lints
+ # and their documentation is published at
+ # https://dart-lang.github.io/linter/lints/index.html.
+ #
+ # Instead of disabling a lint rule for the entire project in the
+ # section below, it can also be suppressed for a single line of code
+ # or a specific dart file by using the `// ignore: name_of_lint` and
+ # `// ignore_for_file: name_of_lint` syntax on the line or in the file
+ # producing the lint.
+ rules:
+ # avoid_print: false # Uncomment to disable the `avoid_print` rule
+ # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
+
+# Additional information about this file can be found at
+# https://dart.dev/guides/language/analysis-options
diff --git a/demo/android/.gitignore b/demo/android/.gitignore
new file mode 100644
index 0000000..6f56801
--- /dev/null
+++ b/demo/android/.gitignore
@@ -0,0 +1,13 @@
+gradle-wrapper.jar
+/.gradle
+/captures/
+/gradlew
+/gradlew.bat
+/local.properties
+GeneratedPluginRegistrant.java
+
+# Remember to never publicly share your keystore.
+# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
+key.properties
+**/*.keystore
+**/*.jks
diff --git a/demo/android/app/build.gradle b/demo/android/app/build.gradle
new file mode 100644
index 0000000..5781b1f
--- /dev/null
+++ b/demo/android/app/build.gradle
@@ -0,0 +1,85 @@
+def localProperties = new Properties()
+def localPropertiesFile = rootProject.file('local.properties')
+if (localPropertiesFile.exists()) {
+ localPropertiesFile.withReader('UTF-8') { reader ->
+ localProperties.load(reader)
+ }
+}
+
+def flutterRoot = localProperties.getProperty('flutter.sdk')
+if (flutterRoot == null) {
+ throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
+}
+
+def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
+if (flutterVersionCode == null) {
+ flutterVersionCode = '1'
+}
+
+def flutterVersionName = localProperties.getProperty('flutter.versionName')
+if (flutterVersionName == null) {
+ flutterVersionName = '1.0'
+}
+
+apply plugin: 'com.android.application'
+apply plugin: 'kotlin-android'
+apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
+
+android {
+ compileSdkVersion 33
+
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
+ }
+
+ kotlinOptions {
+ jvmTarget = '1.8'
+ }
+
+ sourceSets {
+ main.java.srcDirs += 'src/main/kotlin'
+ }
+
+ defaultConfig {
+ // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
+ applicationId "ru.yoomoney.yookassa_payments_flutter_example"
+ minSdkVersion 21
+ targetSdkVersion 33
+ versionCode flutterVersionCode.toInteger()
+ versionName flutterVersionName
+
+ resValue "string", "ym_app_scheme", "yookassapaymentsexample"
+ }
+
+ flavorDimensions "host"
+
+ productFlavors {
+ dev {
+ dimension "host"
+ applicationId "ru.yoomoney.yookassa_payments_flutter_example.dev"
+ resValue "string", "app_name", "yookassapaymentsexample"
+ }
+ prod {
+ dimension "host"
+ applicationId "ru.yoomoney.yookassa_payments_flutter_example"
+ resValue "string", "app_name", "yookassapaymentsexample"
+ }
+ }
+
+ buildTypes {
+ release {
+ // TODO: Add your own signing config for the release build.
+ // Signing with the debug keys for now, so `flutter run --release` works.
+ signingConfig signingConfigs.debug
+ }
+ }
+}
+
+flutter {
+ source '../..'
+}
+
+dependencies {
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
+}
diff --git a/demo/android/app/src/main/AndroidManifest.xml b/demo/android/app/src/main/AndroidManifest.xml
new file mode 100644
index 0000000..4348684
--- /dev/null
+++ b/demo/android/app/src/main/AndroidManifest.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demo/android/app/src/main/kotlin/ru/yoomoney/yookassa_payments_flutter_example/MainActivity.kt b/demo/android/app/src/main/kotlin/ru/yoomoney/yookassa_payments_flutter_example/MainActivity.kt
new file mode 100644
index 0000000..1deae04
--- /dev/null
+++ b/demo/android/app/src/main/kotlin/ru/yoomoney/yookassa_payments_flutter_example/MainActivity.kt
@@ -0,0 +1,6 @@
+package ru.yoomoney.yookassa_payments_flutter_example
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity: FlutterActivity() {
+}
diff --git a/demo/android/app/src/main/res/drawable-v21/launch_background.xml b/demo/android/app/src/main/res/drawable-v21/launch_background.xml
new file mode 100644
index 0000000..f74085f
--- /dev/null
+++ b/demo/android/app/src/main/res/drawable-v21/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/demo/android/app/src/main/res/drawable/launch_background.xml b/demo/android/app/src/main/res/drawable/launch_background.xml
new file mode 100644
index 0000000..304732f
--- /dev/null
+++ b/demo/android/app/src/main/res/drawable/launch_background.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
diff --git a/demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..db77bb4
Binary files /dev/null and b/demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..17987b7
Binary files /dev/null and b/demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..09d4391
Binary files /dev/null and b/demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..d5f1c8d
Binary files /dev/null and b/demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..4d6372e
Binary files /dev/null and b/demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/demo/android/app/src/main/res/values-night/styles.xml b/demo/android/app/src/main/res/values-night/styles.xml
new file mode 100644
index 0000000..449a9f9
--- /dev/null
+++ b/demo/android/app/src/main/res/values-night/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/demo/android/app/src/main/res/values/styles.xml b/demo/android/app/src/main/res/values/styles.xml
new file mode 100644
index 0000000..d74aa35
--- /dev/null
+++ b/demo/android/app/src/main/res/values/styles.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
diff --git a/demo/android/build.gradle b/demo/android/build.gradle
new file mode 100644
index 0000000..e2ab61c
--- /dev/null
+++ b/demo/android/build.gradle
@@ -0,0 +1,29 @@
+buildscript {
+ ext.kotlin_version = '1.7.10'
+ repositories {
+ google()
+ mavenCentral()
+ }
+
+ dependencies {
+ classpath 'com.android.tools.build:gradle:7.0.3'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ }
+}
+
+allprojects {
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+
+rootProject.buildDir = '../build'
+subprojects {
+ project.buildDir = "${rootProject.buildDir}/${project.name}"
+ project.evaluationDependsOn(':app')
+}
+
+task clean(type: Delete) {
+ delete rootProject.buildDir
+}
diff --git a/demo/android/gradle.properties b/demo/android/gradle.properties
new file mode 100644
index 0000000..4d3226a
--- /dev/null
+++ b/demo/android/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx1536M
+android.useAndroidX=true
+android.enableJetifier=true
\ No newline at end of file
diff --git a/demo/android/gradle/wrapper/gradle-wrapper.properties b/demo/android/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..ed1a787
--- /dev/null
+++ b/demo/android/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Fri Jun 23 08:50:38 CEST 2017
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
diff --git a/demo/android/settings.gradle b/demo/android/settings.gradle
new file mode 100644
index 0000000..44e62bc
--- /dev/null
+++ b/demo/android/settings.gradle
@@ -0,0 +1,11 @@
+include ':app'
+
+def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
+def properties = new Properties()
+
+assert localPropertiesFile.exists()
+localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
+
+def flutterSdkPath = properties.getProperty("flutter.sdk")
+assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
+apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
diff --git a/demo/assets/schemes/dev.json b/demo/assets/schemes/dev.json
new file mode 100644
index 0000000..e826c3e
--- /dev/null
+++ b/demo/assets/schemes/dev.json
@@ -0,0 +1,14 @@
+{
+ "shopId": "68000",
+ "gatewayId": "680002",
+ "clientApplicationKey": "live_NjgwMDAV5uwBZyxEc3QxwlfjfVrTeomz75h1Q015RpM",
+ "moneyAuthClientId": "a90r00nd74uqa4f1jbp6dni0tmf9eg6s",
+ "applePayID": "merchant.ru.yoo.sdk.kassa.payments",
+ "applicationScheme": "yookassapaymentsflutter",
+ "hostParameters": {
+ "apiHost": "https://sdk.front-pcidss.appb2b1.cloud.yookassa.ru:9491/api/frontend/v3",
+ "paymentAuthApiHost": "https://front-main.appb2b1.cloud.yoomoney.ru/api/wallet-auth/v1",
+ "authApiHost": "https://front-main.appb2b1.cloud.yoomoney.ru",
+ "configHost": "https://front-main.appb2b1.cloud.yookassa.ru/api/merchant-profile/v1"
+ }
+}
\ No newline at end of file
diff --git a/demo/assets/schemes/prod.json b/demo/assets/schemes/prod.json
new file mode 100644
index 0000000..5f69611
--- /dev/null
+++ b/demo/assets/schemes/prod.json
@@ -0,0 +1,9 @@
+{
+ "shopId": "193856",
+ "gatewayId": null,
+ "clientApplicationKey": "live_MTkzODU2VY5GiyQq2GMPsCQ0PW7f_RSLtJYOT-mp_CA",
+ "moneyAuthClientId": "hitm6hg51j1d3g1u3ln040bajiol903b",
+ "applePayID": "merchant.ru.yoo.sdk.kassa.payments",
+ "applicationScheme": "yookassapaymentsflutter",
+ "hostParameters": null
+}
\ No newline at end of file
diff --git a/demo/ios/.gitignore b/demo/ios/.gitignore
new file mode 100644
index 0000000..7a7f987
--- /dev/null
+++ b/demo/ios/.gitignore
@@ -0,0 +1,34 @@
+**/dgph
+*.mode1v3
+*.mode2v3
+*.moved-aside
+*.pbxuser
+*.perspectivev3
+**/*sync/
+.sconsign.dblite
+.tags*
+**/.vagrant/
+**/DerivedData/
+Icon?
+**/Pods/
+**/.symlinks/
+profile
+xcuserdata
+**/.generated/
+Flutter/App.framework
+Flutter/Flutter.framework
+Flutter/Flutter.podspec
+Flutter/Generated.xcconfig
+Flutter/ephemeral/
+Flutter/app.flx
+Flutter/app.zip
+Flutter/flutter_assets/
+Flutter/flutter_export_environment.sh
+ServiceDefinitions.json
+Runner/GeneratedPluginRegistrant.*
+
+# Exceptions to above rules.
+!default.mode1v3
+!default.mode2v3
+!default.pbxuser
+!default.perspectivev3
diff --git a/demo/ios/Config/Debug.xcconfig b/demo/ios/Config/Debug.xcconfig
new file mode 100644
index 0000000..2b32752
--- /dev/null
+++ b/demo/ios/Config/Debug.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
+#include "Flutter/Generated.xcconfig"
diff --git a/demo/ios/Config/Release.xcconfig b/demo/ios/Config/Release.xcconfig
new file mode 100644
index 0000000..e1a5716
--- /dev/null
+++ b/demo/ios/Config/Release.xcconfig
@@ -0,0 +1,2 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
+#include "Flutter/Generated.xcconfig"
diff --git a/demo/ios/Config/devDebug.xcconfig b/demo/ios/Config/devDebug.xcconfig
new file mode 100644
index 0000000..48dead1
--- /dev/null
+++ b/demo/ios/Config/devDebug.xcconfig
@@ -0,0 +1,6 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
+#include "Flutter/Generated.xcconfig"
+
+FLUTTER_TARGET=lib/main_dev.dart
+ASSET_PREFIX=dev
+BUNDLE_NAME=dev_yookassa_payments_flutter_example
diff --git a/demo/ios/Config/devRelease.xcconfig b/demo/ios/Config/devRelease.xcconfig
new file mode 100644
index 0000000..783e1fb
--- /dev/null
+++ b/demo/ios/Config/devRelease.xcconfig
@@ -0,0 +1,6 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
+#include "Flutter/Generated.xcconfig"
+
+FLUTTER_TARGET=lib/main_dev.dart
+ASSET_PREFIX=dev
+BUNDLE_NAME=dev_yookassa_payments_flutter_example
diff --git a/demo/ios/Config/prodDebug.xcconfig b/demo/ios/Config/prodDebug.xcconfig
new file mode 100644
index 0000000..2ad0ab3
--- /dev/null
+++ b/demo/ios/Config/prodDebug.xcconfig
@@ -0,0 +1,6 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
+#include "Flutter/Generated.xcconfig"
+
+FLUTTER_TARGET=lib/main_prod.dart
+ASSET_PREFIX=prod
+BUNDLE_NAME=prod_yookassa_payments_flutter_example
diff --git a/demo/ios/Config/prodRelease.xcconfig b/demo/ios/Config/prodRelease.xcconfig
new file mode 100644
index 0000000..f6e56b9
--- /dev/null
+++ b/demo/ios/Config/prodRelease.xcconfig
@@ -0,0 +1,6 @@
+#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
+#include "Flutter/Generated.xcconfig"
+
+FLUTTER_TARGET=lib/main_prod.dart
+ASSET_PREFIX=prod
+BUNDLE_NAME=prod_yookassa_payments_flutter_example
diff --git a/demo/ios/Flutter/AppFrameworkInfo.plist b/demo/ios/Flutter/AppFrameworkInfo.plist
new file mode 100644
index 0000000..f2872cf
--- /dev/null
+++ b/demo/ios/Flutter/AppFrameworkInfo.plist
@@ -0,0 +1,26 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ App
+ CFBundleIdentifier
+ io.flutter.flutter.app
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ App
+ CFBundlePackageType
+ FMWK
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1.0
+ MinimumOSVersion
+ 9.0
+
+
diff --git a/demo/ios/Matchfile b/demo/ios/Matchfile
new file mode 100644
index 0000000..13626c7
--- /dev/null
+++ b/demo/ios/Matchfile
@@ -0,0 +1,7 @@
+git_url("ssh://git@bitbucket.yooteam.ru/mt/apple-dev-sign.git")
+app_identifier([
+ "ru.yoo.kassa.debug",
+ "ru.yoo.kassa.debug.notificationService",
+ "ru.yoo.kassa.debug.Widget",
+ "ru.yoo.*"
+])
\ No newline at end of file
diff --git a/demo/ios/Podfile b/demo/ios/Podfile
new file mode 100644
index 0000000..d720ef3
--- /dev/null
+++ b/demo/ios/Podfile
@@ -0,0 +1,52 @@
+platform :ios, '13.0'
+
+source 'https://github.com/CocoaPods/Specs.git'
+source 'https://git.yoomoney.ru/scm/sdk/cocoa-pod-specs.git'
+
+# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
+ENV['COCOAPODS_DISABLE_STATS'] = 'true'
+
+project 'Runner', {
+ 'Debug' => :debug,
+ 'Debug-dev' => :debug,
+ 'Debug-prod' => :debug,
+ 'Profile' => :release,
+ 'Release' => :release,
+ 'Release-dev' => :release,
+ 'Release-prod' => :release
+}
+
+def flutter_root
+ generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
+ unless File.exist?(generated_xcode_build_settings_path)
+ raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
+ end
+
+ File.foreach(generated_xcode_build_settings_path) do |line|
+ matches = line.match(/FLUTTER_ROOT\=(.*)/)
+ return matches[1].strip if matches
+ end
+ raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
+end
+
+require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
+
+flutter_ios_podfile_setup
+
+target 'Runner' do
+ use_frameworks!
+ use_modular_headers!
+
+ flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
+end
+
+post_install do |installer|
+ installer.pods_project.targets.each do |target|
+ flutter_additional_ios_build_settings(target)
+
+ target.build_configurations.each do |config|
+ config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
+ end
+ end
+end
diff --git a/demo/ios/Podfile.lock b/demo/ios/Podfile.lock
new file mode 100644
index 0000000..bed3450
--- /dev/null
+++ b/demo/ios/Podfile.lock
@@ -0,0 +1,79 @@
+PODS:
+ - Flutter (3.0.0)
+ - FunctionalSwift (1.8.0)
+ - MobileSdk (2.0.0)
+ - MoneyAuth (6.1.0):
+ - FunctionalSwift (~> 1.8)
+ - YooMoneyCoreApi (~> 2.1)
+ - YooMoneyUI (~> 6.0)
+ - YandexMobileMetrica/Dynamic (4.5.0):
+ - YandexMobileMetrica/Dynamic/Core (= 4.5.0)
+ - YandexMobileMetrica/Dynamic/Crashes (= 4.5.0)
+ - YandexMobileMetrica/Dynamic/Core (4.5.0)
+ - YandexMobileMetrica/Dynamic/Crashes (4.5.0):
+ - YandexMobileMetrica/Dynamic/Core
+ - yookassa_payments_flutter (0.0.1):
+ - Flutter
+ - YooKassaPayments (= 6.11.0)
+ - YooKassaPayments (6.11.0):
+ - MoneyAuth (~> 6.1.0)
+ - YandexMobileMetrica/Dynamic (>= 3.0)
+ - YooKassaPaymentsApi (~> 2.15.0)
+ - YooKassaWalletApi (~> 2.3.1)
+ - YooMoneyCoreApi (~> 2.1.0)
+ - YooMoneySessionProfiler (~> 5.0.1)
+ - YooMoneyUI (~> 6.2.0)
+ - YooKassaPaymentsApi (2.15.0):
+ - FunctionalSwift
+ - YooMoneyCoreApi (~> 2.1)
+ - YooKassaWalletApi (2.3.2):
+ - FunctionalSwift
+ - YooMoneyCoreApi
+ - YooMoneyCoreApi (2.1.0):
+ - FunctionalSwift (~> 1.8.0)
+ - YooMoneySessionProfiler (5.0.1):
+ - MobileSdk (~> 2.0)
+ - YooMoneyUI (6.2.0):
+ - FunctionalSwift
+
+DEPENDENCIES:
+ - Flutter (from `Flutter`)
+ - yookassa_payments_flutter (from `.symlinks/plugins/yookassa_payments_flutter/ios`)
+
+SPEC REPOS:
+ https://git.yoomoney.ru/scm/sdk/cocoa-pod-specs.git:
+ - FunctionalSwift
+ - MobileSdk
+ - MoneyAuth
+ - YooKassaPayments
+ - YooKassaPaymentsApi
+ - YooKassaWalletApi
+ - YooMoneyCoreApi
+ - YooMoneySessionProfiler
+ - YooMoneyUI
+ https://github.com/CocoaPods/Specs.git:
+ - YandexMobileMetrica
+
+EXTERNAL SOURCES:
+ Flutter:
+ :path: Flutter
+ yookassa_payments_flutter:
+ :path: ".symlinks/plugins/yookassa_payments_flutter/ios"
+
+SPEC CHECKSUMS:
+ Flutter: 6f378e544fdb3c2db75671011442c5eaf902d3c4
+ FunctionalSwift: b65b0a7ddde7f11a11e794f79a1e8009724ed0bd
+ MobileSdk: 827ec8a9ef58a60f35e920cebaecf74f20a250c4
+ MoneyAuth: dedc9545fa857e7b489333e92403fe608585e518
+ YandexMobileMetrica: 7dafc7d224077d4443ab3a587b82b24e9b6cc9c7
+ yookassa_payments_flutter: 6e9146c2eeac3240354bf5e1fcf6001e8a26dd07
+ YooKassaPayments: dd840ab3d7c841b8773ecec734d78588f4bc5ea9
+ YooKassaPaymentsApi: 96b447324e838659b123818637ff0f95f16b63bf
+ YooKassaWalletApi: cbb352525bfe89fd2ad52635062f79f8bbbc23ec
+ YooMoneyCoreApi: ddf9ea035b9a3f8d0563b4da8e55652fa07040d3
+ YooMoneySessionProfiler: 1a19bed99feca98c04e2a906908f91a7d5db408d
+ YooMoneyUI: 01f293ed3486e00c5244a5feded457e7cdc18074
+
+PODFILE CHECKSUM: ecd10c569796c033fa740d1e81438e9b558cb975
+
+COCOAPODS: 1.11.2
diff --git a/demo/ios/Runner.xcodeproj/project.pbxproj b/demo/ios/Runner.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..e021ecf
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/project.pbxproj
@@ -0,0 +1,829 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 51;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
+ BAEDD6C9220D1ABA0429DC05 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08BAA017D1C1DD8F2E26E61B /* Pods_Runner.framework */; };
+ E6083A4B286EED99002BFF3B /* Generated.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E6083A4A286EED99002BFF3B /* Generated.xcconfig */; };
+ E6286955283F616900F121AA /* devDebug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E628694E283F616800F121AA /* devDebug.xcconfig */; };
+ E6286956283F616900F121AA /* prodDebug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E628694F283F616800F121AA /* prodDebug.xcconfig */; };
+ E6286957283F616900F121AA /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E6286950283F616900F121AA /* Debug.xcconfig */; };
+ E6286958283F616900F121AA /* Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E6286951283F616900F121AA /* Release.xcconfig */; };
+ E6286959283F616900F121AA /* prodRelease.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E6286952283F616900F121AA /* prodRelease.xcconfig */; };
+ E628695B283F616900F121AA /* devRelease.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = E6286954283F616900F121AA /* devRelease.xcconfig */; };
+ E628695D283F98F300F121AA /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = E628695C283F98F300F121AA /* GeneratedPluginRegistrant.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 08BAA017D1C1DD8F2E26E61B /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 0F432271E158C4356E30E297 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; };
+ 2D25E28FB535F029ADE96121 /* Pods-Runner.release-prod.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-prod.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-prod.xcconfig"; sourceTree = ""; };
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; };
+ 503945F30920C8FA783A0ED4 /* Pods-Runner.debug-dev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-dev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-dev.xcconfig"; sourceTree = ""; };
+ 5A1D8A6EC9134704B93D113E /* Pods-Runner.debug-prod.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug-prod.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug-prod.xcconfig"; sourceTree = ""; };
+ 6AF9C6944A49F0D9AC28EF18 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; };
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; };
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
+ 7CC37C6371145758BB09B9E2 /* Pods-Runner.release-dev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release-dev.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release-dev.xcconfig"; sourceTree = ""; };
+ 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
+ 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
+ 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ A95B0811275AB8E600BAE8AB /* TMXProfilingConnections.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TMXProfilingConnections.xcframework; path = Frameworks/TMXProfilingConnections.xcframework; sourceTree = ""; };
+ A95B0815275AB8F400BAE8AB /* TMXProfiling.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TMXProfiling.xcframework; path = Frameworks/TMXProfiling.xcframework; sourceTree = ""; };
+ E6083A4A286EED99002BFF3B /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; };
+ E626AE5E280804AD00FAE384 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = ""; };
+ E626AE5F280804AD00FAE384 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LaunchScreen.strings; sourceTree = ""; };
+ E6286949283E613600F121AA /* ThreatMetrixAdapter.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = ThreatMetrixAdapter.xcframework; path = Pods/ThreatMetrixAdapter/ThreatMetrixAdapter.xcframework; sourceTree = ""; };
+ E628694E283F616800F121AA /* devDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = devDebug.xcconfig; sourceTree = ""; };
+ E628694F283F616800F121AA /* prodDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = prodDebug.xcconfig; sourceTree = ""; };
+ E6286950283F616900F121AA /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; };
+ E6286951283F616900F121AA /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; };
+ E6286952283F616900F121AA /* prodRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = prodRelease.xcconfig; sourceTree = ""; };
+ E6286954283F616900F121AA /* devRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = devRelease.xcconfig; sourceTree = ""; };
+ E628695C283F98F300F121AA /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; };
+ E628695E283F98FC00F121AA /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 97C146EB1CF9000F007C117D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ BAEDD6C9220D1ABA0429DC05 /* Pods_Runner.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 0A9E0AECE28BA26A565C74FA /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ 6AF9C6944A49F0D9AC28EF18 /* Pods-Runner.debug.xcconfig */,
+ 0F432271E158C4356E30E297 /* Pods-Runner.release.xcconfig */,
+ 503945F30920C8FA783A0ED4 /* Pods-Runner.debug-dev.xcconfig */,
+ 7CC37C6371145758BB09B9E2 /* Pods-Runner.release-dev.xcconfig */,
+ 5A1D8A6EC9134704B93D113E /* Pods-Runner.debug-prod.xcconfig */,
+ 2D25E28FB535F029ADE96121 /* Pods-Runner.release-prod.xcconfig */,
+ );
+ path = Pods;
+ sourceTree = "";
+ };
+ 2B777917365CBF507928ADBB /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ E6286949283E613600F121AA /* ThreatMetrixAdapter.xcframework */,
+ A95B0815275AB8F400BAE8AB /* TMXProfiling.xcframework */,
+ A95B0811275AB8E600BAE8AB /* TMXProfilingConnections.xcframework */,
+ 08BAA017D1C1DD8F2E26E61B /* Pods_Runner.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ 9740EEB11CF90186004384FC /* Flutter */ = {
+ isa = PBXGroup;
+ children = (
+ E6083A4A286EED99002BFF3B /* Generated.xcconfig */,
+ 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
+ );
+ name = Flutter;
+ sourceTree = "";
+ };
+ 97C146E51CF9000F007C117D = {
+ isa = PBXGroup;
+ children = (
+ E628694D283F616800F121AA /* Config */,
+ 9740EEB11CF90186004384FC /* Flutter */,
+ 97C146F01CF9000F007C117D /* Runner */,
+ 97C146EF1CF9000F007C117D /* Products */,
+ 0A9E0AECE28BA26A565C74FA /* Pods */,
+ 2B777917365CBF507928ADBB /* Frameworks */,
+ );
+ sourceTree = "";
+ };
+ 97C146EF1CF9000F007C117D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 97C146EE1CF9000F007C117D /* Runner.app */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+ 97C146F01CF9000F007C117D /* Runner */ = {
+ isa = PBXGroup;
+ children = (
+ E628695E283F98FC00F121AA /* GeneratedPluginRegistrant.h */,
+ E628695C283F98F300F121AA /* GeneratedPluginRegistrant.m */,
+ 97C146FA1CF9000F007C117D /* Main.storyboard */,
+ 97C146FD1CF9000F007C117D /* Assets.xcassets */,
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
+ 97C147021CF9000F007C117D /* Info.plist */,
+ 74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
+ 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
+ );
+ path = Runner;
+ sourceTree = "";
+ };
+ E628694D283F616800F121AA /* Config */ = {
+ isa = PBXGroup;
+ children = (
+ E628694E283F616800F121AA /* devDebug.xcconfig */,
+ E628694F283F616800F121AA /* prodDebug.xcconfig */,
+ E6286950283F616900F121AA /* Debug.xcconfig */,
+ E6286951283F616900F121AA /* Release.xcconfig */,
+ E6286952283F616900F121AA /* prodRelease.xcconfig */,
+ E6286954283F616900F121AA /* devRelease.xcconfig */,
+ );
+ path = Config;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 97C146ED1CF9000F007C117D /* Runner */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
+ buildPhases = (
+ 73C3CA7DD996445733801D0C /* [CP] Check Pods Manifest.lock */,
+ 9740EEB61CF901F6004384FC /* Run Script */,
+ 97C146EA1CF9000F007C117D /* Sources */,
+ 97C146EB1CF9000F007C117D /* Frameworks */,
+ 97C146EC1CF9000F007C117D /* Resources */,
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */,
+ 5A51D23740C73B8FBFF86A21 /* [CP] Embed Pods Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Runner;
+ productName = Runner;
+ productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 97C146E61CF9000F007C117D /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 1300;
+ ORGANIZATIONNAME = "";
+ TargetAttributes = {
+ 97C146ED1CF9000F007C117D = {
+ CreatedOnToolsVersion = 7.3.1;
+ LastSwiftMigration = 1100;
+ };
+ };
+ };
+ buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
+ compatibilityVersion = "Xcode 9.3";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ ru,
+ );
+ mainGroup = 97C146E51CF9000F007C117D;
+ productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 97C146ED1CF9000F007C117D /* Runner */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 97C146EC1CF9000F007C117D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ E6286958283F616900F121AA /* Release.xcconfig in Resources */,
+ E6083A4B286EED99002BFF3B /* Generated.xcconfig in Resources */,
+ 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
+ 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
+ E6286957283F616900F121AA /* Debug.xcconfig in Resources */,
+ E6286959283F616900F121AA /* prodRelease.xcconfig in Resources */,
+ E628695B283F616900F121AA /* devRelease.xcconfig in Resources */,
+ 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
+ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
+ E6286955283F616900F121AA /* devDebug.xcconfig in Resources */,
+ E6286956283F616900F121AA /* prodDebug.xcconfig in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Thin Binary";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
+ };
+ 5A51D23740C73B8FBFF86A21 /* [CP] Embed Pods Frameworks */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ );
+ name = "[CP] Embed Pods Frameworks";
+ outputFileListPaths = (
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
+ showEnvVarsInLog = 0;
+ };
+ 73C3CA7DD996445733801D0C /* [CP] Check Pods Manifest.lock */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+ "${PODS_ROOT}/Manifest.lock",
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
+ showEnvVarsInLog = 0;
+ };
+ 9740EEB61CF901F6004384FC /* Run Script */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 97C146EA1CF9000F007C117D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
+ E628695D283F98F300F121AA /* GeneratedPluginRegistrant.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+ 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C146FB1CF9000F007C117D /* Base */,
+ E626AE5E280804AD00FAE384 /* ru */,
+ );
+ name = Main.storyboard;
+ sourceTree = "";
+ };
+ 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 97C147001CF9000F007C117D /* Base */,
+ E626AE5F280804AD00FAE384 /* ru */,
+ );
+ name = LaunchScreen.storyboard;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 117FC70215DDE5133247778A /* Release-prod */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E6286952283F616900F121AA /* prodRelease.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "$(ASSET_PREFIX)AppIcon";
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = iphoneos;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = "Release-prod";
+ };
+ 22753CBE71D357635417BA14 /* Debug-dev */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E628694E283F616800F121AA /* devDebug.xcconfig */;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ASSETCATALOG_COMPILER_APPICON_NAME = "$(ASSET_PREFIX)AppIcon";
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example;
+ SDKROOT = iphoneos;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = "Debug-dev";
+ };
+ 97C147031CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example;
+ SDKROOT = iphoneos;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 97C147041CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example;
+ SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 97C147061CF9000F007C117D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E6286950283F616900F121AA /* Debug.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Manual;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = 2752592HU5;
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.kassa.sdk.example.debug;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "match Development ru.yoo.*";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_COMPILATION_MODE = singlefile;
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Debug;
+ };
+ 97C147071CF9000F007C117D /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E6286951283F616900F121AA /* Release.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "ru.yoomoney.yookassa-payments-flutter-exampe";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Release;
+ };
+ 9CEE13856B9105F691D75F57 /* Debug-prod */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E628694F283F616800F121AA /* prodDebug.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_BITCODE = NO;
+ ENABLE_TESTABILITY = YES;
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ ONLY_ACTIVE_ARCH = YES;
+ PLIST_FILE_OUTPUT_FORMAT = binary;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = iphoneos;
+ STRINGS_FILE_OUTPUT_ENCODING = binary;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Debug-prod";
+ };
+ A3290380D7FCD5F2B2E92778 /* Release-dev */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = E6286954283F616900F121AA /* devRelease.xcconfig */;
+ buildSettings = {
+ ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PLIST_FILE_OUTPUT_FORMAT = binary;
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoomoney.yookassa_payments_flutter_example.dev;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = iphoneos;
+ STRINGS_FILE_OUTPUT_ENCODING = binary;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
+ SUPPORTS_MACCATALYST = YES;
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Release-dev";
+ };
+ D6F5F98427CE359600FCDD41 /* Debug-dev */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 503945F30920C8FA783A0ED4 /* Pods-Runner.debug-dev.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_STYLE = Manual;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = 2752592HU5;
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.kassa.sdk.example.debug;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "match Development ru.yoo.*";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_COMPILATION_MODE = singlefile;
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Debug-dev";
+ };
+ D6F5F98727CE359600FCDD41 /* Debug-prod */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 5A1D8A6EC9134704B93D113E /* Pods-Runner.debug-prod.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_IDENTITY = "iPhone Developer";
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
+ CODE_SIGN_STYLE = Manual;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ DEVELOPMENT_TEAM = 2752592HU5;
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = ru.yoo.kassa.sdk.example.debug;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ PROVISIONING_PROFILE_SPECIFIER = "match Development ru.yoo.*";
+ "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_COMPILATION_MODE = singlefile;
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Debug-prod";
+ };
+ D6F5F98927CE359600FCDD41 /* Release-prod */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 2D25E28FB535F029ADE96121 /* Pods-Runner.release-prod.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "ru.yoomoney.yookassa-payments-flutter-exampe";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Release-prod";
+ };
+ D6F5F99127CE723700FCDD41 /* Release-dev */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 7CC37C6371145758BB09B9E2 /* Pods-Runner.release-dev.xcconfig */;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
+ CLANG_ENABLE_MODULES = YES;
+ CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ ENABLE_BITCODE = NO;
+ EXCLUDED_ARCHS = "";
+ INFOPLIST_FILE = Runner/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
+ LD_RUNPATH_SEARCH_PATHS = (
+ "$(inherited)",
+ "@executable_path/Frameworks",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "ru.yoomoney.yookassa-payments-flutter-exampe";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
+ SWIFT_VERSION = 5.0;
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = "Release-dev";
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147031CF9000F007C117D /* Debug */,
+ 97C147041CF9000F007C117D /* Release */,
+ 22753CBE71D357635417BA14 /* Debug-dev */,
+ A3290380D7FCD5F2B2E92778 /* Release-dev */,
+ 9CEE13856B9105F691D75F57 /* Debug-prod */,
+ 117FC70215DDE5133247778A /* Release-prod */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 97C147061CF9000F007C117D /* Debug */,
+ 97C147071CF9000F007C117D /* Release */,
+ D6F5F98427CE359600FCDD41 /* Debug-dev */,
+ D6F5F98727CE359600FCDD41 /* Debug-prod */,
+ D6F5F98927CE359600FCDD41 /* Release-prod */,
+ D6F5F99127CE723700FCDD41 /* Release-dev */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 97C146E61CF9000F007C117D /* Project object */;
+}
diff --git a/demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 0000000..f9b0d7c
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme b/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme
new file mode 100644
index 0000000..1727967
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/dev.xcscheme
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/prod.xcscheme b/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/prod.xcscheme
new file mode 100644
index 0000000..28cf49f
--- /dev/null
+++ b/demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/prod.xcscheme
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/ios/Runner.xcworkspace/contents.xcworkspacedata b/demo/ios/Runner.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..21a3cc1
--- /dev/null
+++ b/demo/ios/Runner.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
diff --git a/demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/demo/ios/Runner/AppDelegate.swift b/demo/ios/Runner/AppDelegate.swift
new file mode 100644
index 0000000..beb058a
--- /dev/null
+++ b/demo/ios/Runner/AppDelegate.swift
@@ -0,0 +1,41 @@
+import UIKit
+import Flutter
+import YooKassaPayments
+
+var result: FlutterResult?
+
+@UIApplicationMain
+@objc class AppDelegate: FlutterAppDelegate {
+
+ override func application(
+ _ application: UIApplication,
+ didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
+ ) -> Bool {
+ GeneratedPluginRegistrant.register(with: self)
+ return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+ }
+
+ override func application(
+ _ application: UIApplication,
+ open url: URL,
+ sourceApplication: String?,
+ annotation: Any
+ ) -> Bool {
+ return YKSdk.shared.handleOpen(
+ url: url,
+ sourceApplication: sourceApplication
+ )
+ }
+
+ @available(iOS 9.0, *)
+ override func application(
+ _ app: UIApplication,
+ open url: URL,
+ options: [UIApplication.OpenURLOptionsKey: Any] = [:]
+ ) -> Bool {
+ return YKSdk.shared.handleOpen(
+ url: url,
+ sourceApplication: options[UIApplication.OpenURLOptionsKey.sourceApplication] as? String
+ )
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d36b1fa
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,122 @@
+{
+ "images" : [
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "83.5x83.5",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-83.5x83.5@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "1024x1024",
+ "idiom" : "ios-marketing",
+ "filename" : "Icon-App-1024x1024@1x.png",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000..dc9ada4
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000..28c6bf0
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000..f091b6b
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000..4cde121
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000..d0ef06e
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000..dcdc230
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000..c8f9ed8
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000..75b2d16
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000..c4df70d
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000..6a84f41
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000..d0e1f58
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Contents.json b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d36b1fa
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Contents.json
@@ -0,0 +1,122 @@
+{
+ "images" : [
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "83.5x83.5",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-83.5x83.5@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "1024x1024",
+ "idiom" : "ios-marketing",
+ "filename" : "Icon-App-1024x1024@1x.png",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-1024x1024@1x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000..dc9ada4
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@1x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000..28c6bf0
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@3x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000..f091b6b
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@1x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000..4cde121
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000..d0ef06e
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@3x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000..dcdc230
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@1x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000..c8f9ed8
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@3x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@3x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000..75b2d16
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@1x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000..c4df70d
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000..6a84f41
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000..d0e1f58
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devAppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/Contents.json b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage.png b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@2x.png b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@3x.png b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/README.md b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/devLaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Contents.json b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..d36b1fa
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Contents.json
@@ -0,0 +1,122 @@
+{
+ "images" : [
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-20x20@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-29x29@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-40x40@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "60x60",
+ "idiom" : "iphone",
+ "filename" : "Icon-App-60x60@3x.png",
+ "scale" : "3x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "20x20",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-20x20@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "29x29",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-29x29@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "40x40",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-40x40@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@1x.png",
+ "scale" : "1x"
+ },
+ {
+ "size" : "76x76",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-76x76@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "83.5x83.5",
+ "idiom" : "ipad",
+ "filename" : "Icon-App-83.5x83.5@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "size" : "1024x1024",
+ "idiom" : "ios-marketing",
+ "filename" : "Icon-App-1024x1024@1x.png",
+ "scale" : "1x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-1024x1024@1x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-1024x1024@1x.png
new file mode 100644
index 0000000..dc9ada4
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-1024x1024@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@1x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@1x.png
new file mode 100644
index 0000000..28c6bf0
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@2x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@3x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@3x.png
new file mode 100644
index 0000000..f091b6b
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-20x20@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@1x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@1x.png
new file mode 100644
index 0000000..4cde121
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@2x.png
new file mode 100644
index 0000000..d0ef06e
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@3x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@3x.png
new file mode 100644
index 0000000..dcdc230
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-29x29@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@1x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@1x.png
new file mode 100644
index 0000000..2ccbfd9
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@2x.png
new file mode 100644
index 0000000..c8f9ed8
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@3x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@3x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-40x40@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@2x.png
new file mode 100644
index 0000000..a6d6b86
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@3x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@3x.png
new file mode 100644
index 0000000..75b2d16
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-60x60@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@1x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@1x.png
new file mode 100644
index 0000000..c4df70d
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@1x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@2x.png
new file mode 100644
index 0000000..6a84f41
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-76x76@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-83.5x83.5@2x.png
new file mode 100644
index 0000000..d0e1f58
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodAppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/Contents.json b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/Contents.json
new file mode 100644
index 0000000..0bedcf2
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage.png",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@2x.png",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "universal",
+ "filename" : "LaunchImage@3x.png",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
diff --git a/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage.png b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@2x.png b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@2x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@2x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@3x.png b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@3x.png
new file mode 100644
index 0000000..9da19ea
Binary files /dev/null and b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/LaunchImage@3x.png differ
diff --git a/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/README.md b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/README.md
new file mode 100644
index 0000000..89c2725
--- /dev/null
+++ b/demo/ios/Runner/Assets.xcassets/prodLaunchImage.imageset/README.md
@@ -0,0 +1,5 @@
+# Launch Screen Assets
+
+You can customize the launch screen with your own desired assets by replacing the image files in this directory.
+
+You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
\ No newline at end of file
diff --git a/demo/ios/Runner/Base.lproj/LaunchScreen.storyboard b/demo/ios/Runner/Base.lproj/LaunchScreen.storyboard
new file mode 100644
index 0000000..f2e259c
--- /dev/null
+++ b/demo/ios/Runner/Base.lproj/LaunchScreen.storyboard
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/ios/Runner/Base.lproj/Main.storyboard b/demo/ios/Runner/Base.lproj/Main.storyboard
new file mode 100644
index 0000000..f3c2851
--- /dev/null
+++ b/demo/ios/Runner/Base.lproj/Main.storyboard
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/ios/Runner/Info.plist b/demo/ios/Runner/Info.plist
new file mode 100644
index 0000000..f6d5064
--- /dev/null
+++ b/demo/ios/Runner/Info.plist
@@ -0,0 +1,76 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(BUNDLE_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(FLUTTER_BUILD_NAME)
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ $(FLUTTER_BUILD_NUMBER)
+ LSRequiresIPhoneOS
+
+ NSCameraUsageDescription
+ Разрешить доступ к камере
+ UILaunchStoryboardName
+ LaunchScreen
+ UIMainStoryboardFile
+ Main
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UIViewControllerBasedStatusBarAppearance
+
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLName
+ ${BUNDLE_ID}
+ CFBundleURLSchemes
+
+ yookassapaymentsflutter
+
+
+
+ LSApplicationQueriesSchemes
+
+ yoomoneyauth
+ sberpay
+
+ NSBonjourServices
+
+ _dartobservatory._tcp
+
+ NSLocalNetworkUsageDescription
+ Allow Flutter flutter tools...
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+
+
+
diff --git a/demo/ios/Runner/Runner-Bridging-Header.h b/demo/ios/Runner/Runner-Bridging-Header.h
new file mode 100644
index 0000000..308a2a5
--- /dev/null
+++ b/demo/ios/Runner/Runner-Bridging-Header.h
@@ -0,0 +1 @@
+#import "GeneratedPluginRegistrant.h"
diff --git a/demo/ios/Runner/ru.lproj/LaunchScreen.strings b/demo/ios/Runner/ru.lproj/LaunchScreen.strings
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/demo/ios/Runner/ru.lproj/LaunchScreen.strings
@@ -0,0 +1 @@
+
diff --git a/demo/ios/Runner/ru.lproj/Main.strings b/demo/ios/Runner/ru.lproj/Main.strings
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/demo/ios/Runner/ru.lproj/Main.strings
@@ -0,0 +1 @@
+
diff --git a/demo/lib/app.dart b/demo/lib/app.dart
new file mode 100644
index 0000000..1914f7c
--- /dev/null
+++ b/demo/lib/app.dart
@@ -0,0 +1,43 @@
+import 'package:flutter/foundation.dart';
+import 'package:flutter/material.dart';
+
+import 'flavors.dart';
+import 'tokenization_screen.dart';
+
+class App extends StatelessWidget {
+ const App({Key? key}) : super(key: key);
+
+ @override
+ Widget build(BuildContext context) {
+ return MaterialApp(
+ title: F.title,
+ theme: ThemeData(
+ primarySwatch: Colors.blue,
+ ),
+ home: _flavorBanner(
+ child: const TokenizationScreen(),
+ show: kDebugMode,
+ ),
+ );
+ }
+
+ Widget _flavorBanner({
+ required Widget child,
+ bool show = true,
+ }) =>
+ show
+ ? Banner(
+ child: child,
+ location: BannerLocation.topStart,
+ message: F.name,
+ color: Colors.green.withOpacity(0.6),
+ textStyle: const TextStyle(
+ fontWeight: FontWeight.w700,
+ fontSize: 12.0,
+ letterSpacing: 1.0),
+ textDirection: TextDirection.ltr,
+ )
+ : Container(
+ child: child,
+ );
+}
diff --git a/demo/lib/config.dart b/demo/lib/config.dart
new file mode 100644
index 0000000..8fa1571
--- /dev/null
+++ b/demo/lib/config.dart
@@ -0,0 +1,34 @@
+import 'package:yookassa_payments_flutter/models/host_parameters.dart';
+
+class Config {
+
+ String shopId;
+ String? gatewayId;
+ String clientApplicationKey;
+ String moneyAuthClientId;
+ String applePayID;
+ String applicationScheme;
+ HostParameters? hostParameters;
+
+ Config(
+ this.shopId,
+ this.gatewayId,
+ this.clientApplicationKey,
+ this.moneyAuthClientId,
+ this.applePayID,
+ this.applicationScheme,
+ this.hostParameters
+ );
+
+ factory Config.fromJson(Map json) {
+ return Config(
+ json['shopId'] as String,
+ json['gatewayId'] as String?,
+ json['clientApplicationKey'] as String,
+ json['moneyAuthClientId'] as String,
+ json['applePayID'] as String,
+ json['applicationScheme'] as String,
+ json['hostParameters'] == null ? null : HostParameters.fromJson(json['hostParameters']),
+ );
+ }
+}
\ No newline at end of file
diff --git a/demo/lib/flavors.dart b/demo/lib/flavors.dart
new file mode 100644
index 0000000..d9e5122
--- /dev/null
+++ b/demo/lib/flavors.dart
@@ -0,0 +1,44 @@
+import 'config.dart';
+import 'dart:convert';
+import 'dart:async' show Future;
+import 'package:flutter/services.dart' show rootBundle;
+
+enum Flavor {
+ dev,
+ prod,
+}
+
+class F {
+ static Flavor? appFlavor;
+
+ static String get name => appFlavor?.name ?? '';
+
+ static String get title {
+ switch (appFlavor) {
+ case Flavor.dev:
+ return 'dev_yookassa_payments_flutter_example';
+ case Flavor.prod:
+ return 'prod_yookassa_payments_flutter_example';
+ default:
+ return 'title';
+ }
+ }
+
+ static Future getConfig() async {
+ String json;
+ switch (appFlavor) {
+ case Flavor.dev:
+ json = await loadAsset('assets/schemes/dev.json');
+ break;
+ case Flavor.prod:
+ json = await loadAsset('assets/schemes/prod.json');
+ break;
+ default:
+ json = await loadAsset('assets/schemes/prod.json');
+ }
+ return Config.fromJson(jsonDecode(json));
+ }
+
+ static Future loadAsset(path) => rootBundle.loadString(path);
+
+}
diff --git a/demo/lib/main.dart b/demo/lib/main.dart
new file mode 100644
index 0000000..7a2744c
--- /dev/null
+++ b/demo/lib/main.dart
@@ -0,0 +1,8 @@
+import 'package:flutter/material.dart';
+import 'app.dart';
+import 'flavors.dart';
+
+void main() {
+ F.appFlavor = Flavor.prod;
+ runApp(const App());
+}
diff --git a/demo/lib/main_dev.dart b/demo/lib/main_dev.dart
new file mode 100644
index 0000000..ca3497e
--- /dev/null
+++ b/demo/lib/main_dev.dart
@@ -0,0 +1,8 @@
+import 'package:flutter/material.dart';
+import 'app.dart';
+import 'flavors.dart';
+
+void main() {
+ F.appFlavor = Flavor.dev;
+ runApp(const App());
+}
diff --git a/demo/lib/main_prod.dart b/demo/lib/main_prod.dart
new file mode 100644
index 0000000..7a2744c
--- /dev/null
+++ b/demo/lib/main_prod.dart
@@ -0,0 +1,8 @@
+import 'package:flutter/material.dart';
+import 'app.dart';
+import 'flavors.dart';
+
+void main() {
+ F.appFlavor = Flavor.prod;
+ runApp(const App());
+}
diff --git a/demo/lib/success_tokenization_screen.dart b/demo/lib/success_tokenization_screen.dart
new file mode 100644
index 0000000..d59ac15
--- /dev/null
+++ b/demo/lib/success_tokenization_screen.dart
@@ -0,0 +1,91 @@
+import 'package:flutter/material.dart';
+import 'package:flutter/services.dart';
+import 'package:yookassa_payments_flutter/input_data/saved_card_module_input_data.dart';
+import 'package:yookassa_payments_flutter/models/tokenization_result.dart';
+import 'package:yookassa_payments_flutter/yookassa_payments_flutter.dart';
+
+class SuccessTokenizationScreen extends StatefulWidget {
+ const SuccessTokenizationScreen(
+ {Key? key, required this.result, this.tokenizationData, this.repeatData})
+ : super(key: key);
+
+ final SuccessTokenizationResult result;
+ final TokenizationModuleInputData? tokenizationData;
+ final SavedBankCardModuleInputData? repeatData;
+
+ @override
+ State createState() =>
+ SuccessTokenizationScreenState(result, tokenizationData, repeatData);
+}
+
+class SuccessTokenizationScreenState extends State {
+ final SuccessTokenizationResult result;
+ final TokenizationModuleInputData? tokenizationData;
+ final SavedBankCardModuleInputData? repeatData;
+
+ SuccessTokenizationScreenState(
+ this.result, this.tokenizationData, this.repeatData);
+
+ late TextEditingController controller;
+
+ @override
+ void initState() {
+ controller = TextEditingController();
+ super.initState();
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ title: const Text("Flutter Demo App"),
+ ),
+ body: Column(
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: [
+ const ListTile(
+ leading: Icon(Icons.done, color: Colors.green),
+ title: Text("Токен готов"),
+ ),
+ Container(
+ padding: const EdgeInsets.all(20.0),
+ child: TextField(
+ controller: controller,
+ decoration:
+ const InputDecoration(hintText: "3ds / App2App ссылка"),
+ ),
+ ),
+ ElevatedButton(
+ onPressed: () async {
+ await YookassaPaymentsFlutter.confirmation(
+ controller.text, result.paymentMethodType);
+ showDialog(
+ context: context,
+ builder: (context) => const AlertDialog(
+ content: Text("Confirmation process is done"),
+ ));
+ },
+ child: const Text("Подтвердить")),
+ TextButton(
+ onPressed: () async {
+ showDialog(
+ context: context,
+ builder: (context) => AlertDialog(
+ content: Text(result.token),
+ actions: [
+ TextButton(
+ onPressed: () {
+ Clipboard.setData(
+ ClipboardData(text: result.token));
+ Navigator.of(context).pop();
+ },
+ child: const Text('Скопировать'),
+ ),
+ ]));
+ },
+ child: const Text("Показать токен"))
+ ],
+ ),
+ );
+ }
+}
diff --git a/demo/lib/tokenization_screen.dart b/demo/lib/tokenization_screen.dart
new file mode 100644
index 0000000..cf143c0
--- /dev/null
+++ b/demo/lib/tokenization_screen.dart
@@ -0,0 +1,141 @@
+import 'package:flutter/material.dart';
+import 'package:yookassa_payments_flutter/input_data/saved_card_module_input_data.dart';
+import 'package:yookassa_payments_flutter/models/tokenization_result.dart';
+import 'package:yookassa_payments_flutter/yookassa_payments_flutter.dart';
+import 'package:yookassa_payments_flutter_example/success_tokenization_screen.dart';
+import 'package:yookassa_payments_flutter_example/config.dart';
+import 'package:yookassa_payments_flutter_example/flavors.dart';
+
+class TokenizationScreen extends StatefulWidget {
+ const TokenizationScreen({Key? key}) : super(key: key);
+
+ @override
+ State createState() => TokenizationScreenState();
+}
+
+class TokenizationScreenState extends State {
+ late TextEditingController controller;
+
+ @override
+ void initState() {
+ controller = TextEditingController(text: "10.0");
+ super.initState();
+ }
+
+ @override
+ Widget build(BuildContext context) {
+ return Scaffold(
+ appBar: AppBar(
+ title: const Text("Flutter Demo App"),
+ ),
+ body: Column(
+ mainAxisAlignment: MainAxisAlignment.center,
+ children: [
+ Container(
+ padding: const EdgeInsets.all(20.0),
+ child: TextField(
+ controller: controller,
+ ),
+ ),
+ ElevatedButton(
+ onPressed: () async {
+ Config config = await F.getConfig();
+ startTokenization(config);
+ //startBankCardRepeat(config, "29fb30f8-000f-5000-8000-107f20fa0136");
+ },
+ child: const Text("Оплатить"))
+ ],
+ ),
+ );
+ }
+
+ void startTokenization(Config config) async {
+ var clientApplicationKey = config.clientApplicationKey;
+ var amount =
+ Amount(value: double.parse(controller.text), currency: Currency.rub);
+ var moneyAuthClientId = config.moneyAuthClientId;
+ var applePayID = config.applePayID;
+ var gatewayId = config.gatewayId;
+ var applicationScheme = config.applicationScheme + "://";
+ var shopId = config.shopId;
+ // var testSettings = TestModeSettings(true, 5, amount, false);
+ var tokenizationModuleInputData = TokenizationModuleInputData(
+ clientApplicationKey: clientApplicationKey,
+ title: "Космические объекты",
+ subtitle: "Комета повышенной яркости, период обращения — 112 лет",
+ amount: amount,
+ savePaymentMethod: SavePaymentMethod.userSelects,
+ isLoggingEnabled: true,
+ moneyAuthClientId: moneyAuthClientId,
+ applePayID: applePayID,
+ shopId: shopId,
+ customerId: "app.example.demo.payments.yookassa",
+ gatewayId: gatewayId,
+ applicationScheme: applicationScheme,
+ hostParameters: config.hostParameters,
+ tokenizationSettings: const TokenizationSettings(PaymentMethodTypes([
+ PaymentMethod.bankCard,
+ PaymentMethod.yooMoney,
+ PaymentMethod.sberbank,
+ PaymentMethod.applePay,
+ PaymentMethod.googlePay
+ ])),
+ testModeSettings: null);
+ var result =
+ await YookassaPaymentsFlutter.tokenization(tokenizationModuleInputData);
+ if (result is SuccessTokenizationResult) {
+ Navigator.push(
+ context,
+ MaterialPageRoute(
+ builder: (BuildContext context) => SuccessTokenizationScreen(
+ result: result,
+ tokenizationData: tokenizationModuleInputData)));
+ } else if (result is ErrorTokenizationResult) {
+ showDialog(
+ context: context,
+ builder: (context) => AlertDialog(content: Text(result.error)));
+ return;
+ }
+ }
+
+ void startBankCardRepeat(Config config, String paymentMethodId) async {
+ var clientApplicationKey = config.clientApplicationKey;
+ var amount =
+ Amount(value: double.parse(controller.text), currency: Currency.rub);
+ var applePayID = config.applePayID;
+ var shopId = config.shopId;
+ var gatewayId = config.gatewayId;
+ //var testSettings = TestModeSettings(false, 1, amount, false);
+ var savedBankCardModuleInputData = SavedBankCardModuleInputData(
+ clientApplicationKey: clientApplicationKey,
+ title: "Космические объекты",
+ subtitle: "Комета повышенной яркости, период обращения — 112 лет",
+ amount: amount,
+ savePaymentMethod: SavePaymentMethod.on,
+ applePayID: applePayID,
+ shopId: shopId,
+ paymentMethodId: paymentMethodId,
+ isSafeDeal: false,
+ gatewayId: gatewayId,
+ testModeSettings: null,
+ isLoggingEnabled: true,
+ customizationSettings: const CustomizationSettings(),
+ customerId: "app.example.demo.payments.yookassa",
+ hostParameters: config.hostParameters,
+ );
+ var result = await YookassaPaymentsFlutter.bankCardRepeat(
+ savedBankCardModuleInputData);
+ if (result is SuccessTokenizationResult) {
+ Navigator.push(
+ context,
+ MaterialPageRoute(
+ builder: (BuildContext context) => SuccessTokenizationScreen(
+ result: result, repeatData: savedBankCardModuleInputData)));
+ } else if (result is ErrorTokenizationResult) {
+ showDialog(
+ context: context,
+ builder: (context) => AlertDialog(content: Text(result.error)));
+ return;
+ }
+ }
+}
diff --git a/demo/pubspec.lock b/demo/pubspec.lock
new file mode 100644
index 0000000..09d3630
--- /dev/null
+++ b/demo/pubspec.lock
@@ -0,0 +1,266 @@
+# Generated by pub
+# See https://dart.dev/tools/pub/glossary#lockfile
+packages:
+ archive:
+ dependency: transitive
+ description:
+ name: archive
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.3.0"
+ args:
+ dependency: transitive
+ description:
+ name: args
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.3.1"
+ async:
+ dependency: transitive
+ description:
+ name: async
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.8.2"
+ boolean_selector:
+ dependency: transitive
+ description:
+ name: boolean_selector
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.0"
+ characters:
+ dependency: transitive
+ description:
+ name: characters
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ charcode:
+ dependency: transitive
+ description:
+ name: charcode
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.1"
+ checked_yaml:
+ dependency: transitive
+ description:
+ name: checked_yaml
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.0.1"
+ clock:
+ dependency: transitive
+ description:
+ name: clock
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.1.0"
+ collection:
+ dependency: transitive
+ description:
+ name: collection
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.15.0"
+ crypto:
+ dependency: transitive
+ description:
+ name: crypto
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.0.2"
+ cupertino_icons:
+ dependency: "direct main"
+ description:
+ name: cupertino_icons
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.4"
+ fake_async:
+ dependency: transitive
+ description:
+ name: fake_async
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ flutter:
+ dependency: "direct main"
+ description: flutter
+ source: sdk
+ version: "0.0.0"
+ flutter_flavorizr:
+ dependency: "direct dev"
+ description:
+ name: flutter_flavorizr
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.3"
+ flutter_lints:
+ dependency: "direct dev"
+ description:
+ name: flutter_lints
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.4"
+ flutter_test:
+ dependency: "direct dev"
+ description: flutter
+ source: sdk
+ version: "0.0.0"
+ image:
+ dependency: transitive
+ description:
+ name: image
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.1.3"
+ io:
+ dependency: transitive
+ description:
+ name: io
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.3"
+ json_annotation:
+ dependency: transitive
+ description:
+ name: json_annotation
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.5.0"
+ lints:
+ dependency: transitive
+ description:
+ name: lints
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.0.1"
+ matcher:
+ dependency: transitive
+ description:
+ name: matcher
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.12.11"
+ material_color_utilities:
+ dependency: transitive
+ description:
+ name: material_color_utilities
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.1.3"
+ meta:
+ dependency: transitive
+ description:
+ name: meta
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.7.0"
+ path:
+ dependency: transitive
+ description:
+ name: path
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.8.0"
+ petitparser:
+ dependency: transitive
+ description:
+ name: petitparser
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.4.0"
+ sky_engine:
+ dependency: transitive
+ description: flutter
+ source: sdk
+ version: "0.0.99"
+ source_span:
+ dependency: transitive
+ description:
+ name: source_span
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.8.1"
+ sprintf:
+ dependency: transitive
+ description:
+ name: sprintf
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "6.0.0"
+ stack_trace:
+ dependency: transitive
+ description:
+ name: stack_trace
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.10.0"
+ stream_channel:
+ dependency: transitive
+ description:
+ name: stream_channel
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.0"
+ string_scanner:
+ dependency: transitive
+ description:
+ name: string_scanner
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.1.0"
+ term_glyph:
+ dependency: transitive
+ description:
+ name: term_glyph
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.2.0"
+ test_api:
+ dependency: transitive
+ description:
+ name: test_api
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "0.4.8"
+ typed_data:
+ dependency: transitive
+ description:
+ name: typed_data
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "1.3.0"
+ vector_math:
+ dependency: transitive
+ description:
+ name: vector_math
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "2.1.1"
+ xml:
+ dependency: transitive
+ description:
+ name: xml
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "5.3.1"
+ yaml:
+ dependency: transitive
+ description:
+ name: yaml
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "3.1.1"
+ yookassa_payments_flutter:
+ dependency: "direct main"
+ description:
+ path: ".."
+ relative: true
+ source: path
+ version: "1.0.2"
+sdks:
+ dart: ">=2.16.0 <3.0.0"
+ flutter: ">=2.10.5"
diff --git a/demo/pubspec.yaml b/demo/pubspec.yaml
new file mode 100644
index 0000000..585d99a
--- /dev/null
+++ b/demo/pubspec.yaml
@@ -0,0 +1,120 @@
+name: yookassa_payments_flutter_example
+description: Demonstrates how to use the yookassa_payments_flutter plugin.
+
+# The following line prevents the package from being accidentally published to
+# pub.dev using `flutter pub publish`. This is preferred for private packages.
+publish_to: 'none' # Remove this line if you wish to publish to pub.dev
+
+environment:
+ sdk: ">=2.12.0 <3.0.0"
+
+# Dependencies specify other packages that your package needs in order to work.
+# To automatically upgrade your package dependencies to the latest versions
+# consider running `flutter pub upgrade --major-versions`. Alternatively,
+# dependencies can be manually updated by changing the version numbers below to
+# the latest version available on pub.dev. To see which dependencies have newer
+# versions available, run `flutter pub outdated`.
+dependencies:
+ flutter:
+ sdk: flutter
+
+
+ yookassa_payments_flutter:
+ # When depending on this package from a real application you should use:
+ # yookassa_payments_flutter: ^x.y.z
+ # See https://dart.dev/tools/pub/dependencies#version-constraints
+ # The example app is bundled with the plugin so we use a path dependency on
+ # the parent directory to use the current plugin's version.
+ path: ../
+
+ # The following adds the Cupertino Icons font to your application.
+ # Use with the CupertinoIcons class for iOS style icons.
+ cupertino_icons: ^1.0.2
+
+dev_dependencies:
+ flutter_test:
+ sdk: flutter
+
+ # The "flutter_lints" package below contains a set of recommended lints to
+ # encourage good coding practices. The lint set provided by the package is
+ # activated in the `analysis_options.yaml` file located at the root of your
+ # package. See that file for information about deactivating specific lint
+ # rules and activating additional ones.
+ flutter_lints: ^1.0.0
+ flutter_flavorizr: ^2.1.2
+
+# For information on the generic Dart part of this file, see the
+# following page: https://dart.dev/tools/pub/pubspec
+
+# The following section is specific to Flutter.
+flutter:
+ assets:
+ - assets/schemes/dev.json
+ - assets/schemes/prod.json
+
+ # The following line ensures that the Material Icons font is
+ # included with your application, so that you can use the icons in
+ # the material Icons class.
+ uses-material-design: true
+
+ # To add assets to your application, add an assets section, like this:
+ # assets:
+ # - images/a_dot_burr.jpeg
+ # - images/a_dot_ham.jpeg
+
+ # An image asset can refer to one or more resolution-specific "variants", see
+ # https://flutter.dev/assets-and-images/#resolution-aware.
+
+ # For details regarding adding assets from package dependencies, see
+ # https://flutter.dev/assets-and-images/#from-packages
+
+ # To add custom fonts to your application, add a fonts section here,
+ # in this "flutter" section. Each entry in this list should have a
+ # "family" key with the font family name, and a "fonts" key with a
+ # list giving the asset and other descriptors for the font. For
+ # example:
+ # fonts:
+ # - family: Schyler
+ # fonts:
+ # - asset: fonts/Schyler-Regular.ttf
+ # - asset: fonts/Schyler-Italic.ttf
+ # style: italic
+ # - family: Trajan Pro
+ # fonts:
+ # - asset: fonts/TrajanPro.ttf
+ # - asset: fonts/TrajanPro_Bold.ttf
+ # weight: 700
+ #
+ # For details regarding fonts from package dependencies,
+ # see https://flutter.dev/custom-fonts/#from-packages
+
+
+flavorizr:
+ app:
+ android:
+ flavorDimensions: "flavor-type"
+ ios:
+
+ flavors:
+ dev:
+ app:
+ name: "dev_yookassa_payments_flutter_example"
+
+ android:
+ applicationId: "ru.yoomoney.yookassa_payments_flutter_example.dev"
+ resValues:
+ variable_one:
+ type: "string"
+ value: "example variable one"
+
+ ios:
+ bundleId: "ru.yoomoney.yookassa_payments_flutter_example.dev"
+
+ prod:
+ app:
+ name: "prod_yookassa_payments_flutter_example"
+
+ android:
+ applicationId: "ru.yoomoney.yookassa_payments_flutter_example"
+ ios:
+ bundleId: "ru.yoomoney.yookassa_payments_flutter_example"
\ No newline at end of file
diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle
index 4daae36..1d3655f 100644
--- a/example/android/app/build.gradle
+++ b/example/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
- compileSdkVersion 31
+ compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
diff --git a/example/pubspec.lock b/example/pubspec.lock
index 4dc2fde..0f745dc 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -176,7 +176,7 @@ packages:
path: ".."
relative: true
source: path
- version: "1.0.2"
+ version: "1.0.4"
sdks:
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.10.5"
diff --git a/ios/Classes/SwiftYookassaPaymentsFlutterPlugin.swift b/ios/Classes/SwiftYookassaPaymentsFlutterPlugin.swift
index 708129e..c118563 100644
--- a/ios/Classes/SwiftYookassaPaymentsFlutterPlugin.swift
+++ b/ios/Classes/SwiftYookassaPaymentsFlutterPlugin.swift
@@ -214,11 +214,6 @@ extension TokenizationModuleInputData: Decodable {
case applicationScheme = "applicationScheme"
case customerId = "customerId"
case hostParameters = "hostParameters"
-
- enum CustomizationKeys: String, CodingKey {
- case mainScheme = "mainScheme"
- case showYooKassaLogo = "showYooKassaLogo"
- }
}
public init(from decoder: Decoder) throws {
@@ -231,9 +226,7 @@ extension TokenizationModuleInputData: Decodable {
let gatewayId = try? values.decode(String.self, forKey: .gatewayId)
let settings = try values.decode(TokenizationSettings.self, forKey: .tokenizationSettings)
- let customizationContainer = try values.nestedContainer(keyedBy: CodingKeys.CustomizationKeys.self, forKey: .customizationSettings)
- let showYooKassaLogo = try customizationContainer.decode(Bool.self, forKey: .showYooKassaLogo)
- let tokenizationSettings = TokenizationSettings(paymentMethodTypes: settings.paymentMethodTypes, showYooKassaLogo: showYooKassaLogo)
+ let tokenizationSettings = TokenizationSettings(paymentMethodTypes: settings.paymentMethodTypes)
let testModeSettings = try? values.decode(TestModeSettings.self, forKey: .testModeSettings)
let applePayMerchantIdentifier = try? values.decode(String.self, forKey: .applePayMerchantIdentifier)
@@ -379,8 +372,7 @@ extension TokenizationSettings: Decodable {
}
}
- let showYooKassaLogo = try values.decodeIfPresent(Bool.self, forKey: .showYooKassaLogo)
- self.init(paymentMethodTypes: paymentTypes, showYooKassaLogo: showYooKassaLogo ?? true)
+ self.init(paymentMethodTypes: paymentTypes)
}
}
@@ -412,11 +404,13 @@ extension TestModeSettings: Decodable {
extension CustomizationSettings: Decodable {
enum CodingKeys: String, CodingKey {
case mainScheme = "mainScheme"
+ case showYooKassaLogo = "showYooKassaLogo"
}
public init(from decoder: Decoder) throws {
let values = try decoder.container(keyedBy: CodingKeys.self)
let schemeColor = try values.decode(Color.self, forKey: .mainScheme)
+ let showYooKassaLogo = try values.decode(Bool.self, forKey: .showYooKassaLogo)
self.init(mainScheme:
UIColor(
@@ -424,7 +418,8 @@ extension CustomizationSettings: Decodable {
green: schemeColor.green,
blue: schemeColor.blue,
alpha: schemeColor.alpha
- )
+ ),
+ showYooKassaLogo: showYooKassaLogo
)
}
}
diff --git a/ios/yookassa_payments_flutter.podspec b/ios/yookassa_payments_flutter.podspec
index e397bc6..eda9c34 100644
--- a/ios/yookassa_payments_flutter.podspec
+++ b/ios/yookassa_payments_flutter.podspec
@@ -11,7 +11,7 @@ Flutter SDK from yoomoney
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
- s.dependency 'YooKassaPayments', '6.9.0'
+ s.dependency 'YooKassaPayments', '6.11.0'
s.platform = :ios, '10.0'
diff --git a/pubspec.yaml b/pubspec.yaml
index 78f696d..3e22b48 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: yookassa_payments_flutter
description: This Flutter SDK allows processing payments using a payment token. It works as an addition to the YooMoney API.
-version: 1.0.3
+version: 1.0.4
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
@@ -32,4 +32,4 @@ flutter:
package: ru.yoomoney.sdk.kassa.payments.flutter
pluginClass: YookassaPaymentsFlutterPlugin
ios:
- pluginClass: YookassaPaymentsFlutterPlugin
\ No newline at end of file
+ pluginClass: YookassaPaymentsFlutterPlugin