Skip to content

Commit

Permalink
Updated pigeon and set minimum SDK version to Flutter 3.16/Dart 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Feb 5, 2025
1 parent 07f167e commit a55dc9d
Show file tree
Hide file tree
Showing 19 changed files with 3,125 additions and 4,385 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios_clean_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
iPhone: [ "'iPhone 15'" ]
flutter-version: [ 3.19.x, 3.22.x, 3.24.x, 3.27.x ]
flutter-version: [ 3.16.x, 3.19.x, 3.22.x, 3.24.x, 3.27.x ]

steps:
- name: Provide more disk space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ class CheckoutPlatformApi(

is InstantPaymentConfigurationDTO -> {
return when (configuration.instantPaymentType) {
InstantPaymentType.APPLEPAY -> throw IllegalStateException("Apple Pay is not supported on Android.")
InstantPaymentType.GOOGLEPAY -> configuration.mapToCheckoutConfiguration()
InstantPaymentType.APPLE_PAY -> throw IllegalStateException("Apple Pay is not supported on Android.")
InstantPaymentType.GOOGLE_PAY -> configuration.mapToCheckoutConfiguration()
InstantPaymentType.INSTANT -> configuration.mapToCheckoutConfiguration()
}
}
Expand Down
Loading

0 comments on commit a55dc9d

Please sign in to comment.