File tree Expand file tree Collapse file tree 11 files changed +37
-13
lines changed
flutter_lyra_platform_interface Expand file tree Collapse file tree 11 files changed +37
-13
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Prerequisites:
7777- In your `ios/Podfile`, update your ios sdk version :
7878
7979```rb
80- platform :ios, '11.0 '
80+ platform :ios, '15.1 '
8181```
8282
8383## About Lyra
Original file line number Diff line number Diff line change 1+ # 0.5.0
2+
3+ - ** BREAKING CHANGE** : [ iOS] Minimum iOS deployment target increased from 11.0 to 15.1
4+ - ** FIX** : [ iOS] Update LyraPaymentSDK from ~ 2.7.7 to ~ 2.8.0 to fix iOS SDK 18.5 compatibility issues
5+ - ** FIX** : [ iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17# 0.4.3
28
39- ** UPGRADE** : Upgrade iOS LyraCardsRecognizer to 2.0.2
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Prerequisites:
7777- In your `ios/Podfile`, update your ios sdk version :
7878
7979```rb
80- platform :ios, '11.0 '
80+ platform :ios, '15.1 '
8181```
8282
8383## About Lyra
Original file line number Diff line number Diff line change 11name : flutter_lyra
22description : This package allows you to use the methods from the lyra android and ios native sdks in Flutter
33
4- version : 0.4.3
4+ version : 0.5.0
55
66homepage : https://github.com/bamlab/Flutter-Lyra
77repository : https://github.com/bamlab/Flutter-Lyra
@@ -22,9 +22,9 @@ dependencies:
2222 equatable : ^2.0.5
2323 flutter :
2424 sdk : flutter
25- flutter_lyra_android : ^0.4 .0
26- flutter_lyra_ios : ^0.4.3
27- flutter_lyra_platform_interface : ^0.4 .0
25+ flutter_lyra_android : ^0.5 .0
26+ flutter_lyra_ios : ^0.5.0
27+ flutter_lyra_platform_interface : ^0.5 .0
2828dev_dependencies :
2929 analyzer : ^4.7.0
3030 flutter_test :
Original file line number Diff line number Diff line change 1+ # 0.5.0
2+
3+ - ** BREAKING CHANGE** : [ iOS] Minimum iOS deployment target increased from 11.0 to 15.1
4+ - ** FIX** : [ iOS] Update LyraPaymentSDK from ~ 2.7.7 to ~ 2.8.0 to fix iOS SDK 18.5 compatibility issues
5+ - ** FIX** : [ iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17# 0.4.0
28
39- [ Android] Upgrade kotlin version
Original file line number Diff line number Diff line change 11name : flutter_lyra_android
22description : Android implementation of the flutter_lyra plugin
33
4- version : 0.4 .0
4+ version : 0.5 .0
55
66homepage : https://github.com/bamlab/Flutter-Lyra
77repository : https://github.com/bamlab/Flutter-Lyra
@@ -22,7 +22,7 @@ flutter:
2222dependencies :
2323 flutter :
2424 sdk : flutter
25- flutter_lyra_platform_interface : ^0.4 .0
25+ flutter_lyra_platform_interface : ^0.5 .0
2626dev_dependencies :
2727 analyzer : ^5.13.0
2828 flutter_test :
Original file line number Diff line number Diff line change 1+ # 0.5.0
2+
3+ - ** BREAKING CHANGE** : Minimum iOS deployment target increased from 11.0 to 15.1
4+ - ** FIX** : Update LyraPaymentSDK from ~ 2.7.7 to ~ 2.8.0 to fix iOS SDK 18.5 compatibility issues
5+ - ** FIX** : Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17# 0.4.1
28
39- ** CHORE** : add support for Xcode 16
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ Pod::Spec.new do |s|
1616 s . public_header_files = 'Classes/**/*.h'
1717 s . dependency 'Flutter'
1818
19- s . platform = :ios , '11.0 '
19+ s . platform = :ios , '15.1 '
2020 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2121 s . swift_version = '5.0'
2222
23- s . dependency 'LyraPaymentSDK' , '~> 2.7.7 '
23+ s . dependency 'LyraPaymentSDK' , '~> 2.8.0 '
2424 s . dependency 'LyraCardsRecognizer' , '~> 2.0.2'
2525end
Original file line number Diff line number Diff line change 11name : flutter_lyra_ios
22description : iOS implementation of the flutter_lyra plugin
3- version : 0.4.3
3+ version : 0.5.0
44homepage : https://github.com/bamlab/Flutter-Lyra
55repository : https://github.com/bamlab/Flutter-Lyra
66
@@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- flutter_lyra_platform_interface : ^0.4 .0
22+ flutter_lyra_platform_interface : ^0.5 .0
2323dev_dependencies :
2424 analyzer : ^4.7.0
2525 flutter_test :
Original file line number Diff line number Diff line change 1+ # 0.5.0
2+
3+ - ** BREAKING CHANGE** : [ iOS] Minimum iOS deployment target increased from 11.0 to 15.1
4+ - ** FIX** : [ iOS] Update LyraPaymentSDK from ~ 2.7.7 to ~ 2.8.0 to fix iOS SDK 18.5 compatibility issues
5+ - ** FIX** : [ iOS] Resolve C++ static assertion failures with Sentry dependency by using LyraPaymentSDK 2.8.0+ which removes Sentry dependency
6+
17# 0.4.0
28
39- [ Android] Upgrade kotlin version
You can’t perform that action at this time.
0 commit comments