Merge branch 'main' into SEND027

This commit is contained in:
2026-01-16 11:00:33 +00:00
49 changed files with 399 additions and 319 deletions

View File

@@ -571,6 +571,10 @@
"colComment": "Comment",
"recipientNoPaymentDetails": "This recipient has no available payment details.",
"paymentInfo": "Payment info",
"paymentStatusSuccessTitle": "Payment completed",
"paymentStatusFailureTitle": "Payment failed",
"paymentStatusSuccessMessage": "The payment was completed successfully.",
"paymentStatusFailureMessage": "The payment could not be completed.",
"recipient": "Recipient",
"chooseAnotherRecipient": "Choose another recipient",
"noRecipientsYet": "No recipients yet.",

View File

@@ -572,6 +572,10 @@
"colComment": "Комментарий",
"recipientNoPaymentDetails": "У этого получателя нет доступных платежных данных.",
"paymentInfo": "Платежная информация",
"paymentStatusSuccessTitle": "Платеж выполнен",
"paymentStatusFailureTitle": "Платеж не выполнен",
"paymentStatusSuccessMessage": "Платеж прошел успешно.",
"paymentStatusFailureMessage": "Не удалось выполнить платеж.",
"recipient": "Получатель",
"chooseAnotherRecipient": "Выбрать другого получателя",
"noRecipientsYet": "Получателей пока нет.",

View File

@@ -8,7 +8,6 @@ import Foundation
import amplitude_flutter
import file_selector_macos
import flutter_timezone
import path_provider_foundation
import posthog_flutter
import share_plus
import shared_preferences_foundation
@@ -19,7 +18,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AmplitudeFlutterPlugin.register(with: registry.registrar(forPlugin: "AmplitudeFlutterPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
PosthogFlutterPlugin.register(with: registry.registrar(forPlugin: "PosthogFlutterPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))

View File

@@ -139,4 +139,9 @@ flutter_launcher_icons:
ios: true
web:
generate: true
image_path: "resources/logo.png"
image_path: "resources/logo.png"
# temporary
dependency_overrides:
analyzer: ">=9.0.0 <10.0.0"