payjp_flutter 0.7.1 payjp_flutter: ^0.7.1 copied to clipboard
A Flutter plugin for PAY.JP Mobile SDK.
0.7.0 #
0.6.0 #
- Add
extraAttributes
toPayjp.startCardForm
. #80 - Update payjp-ios to 2.0.0.
- Update payjp-android to 2.0.0.
- Update Dart sdk constraints to
">=3.0.0 <4.0.0"
from>=2.12.0 <3.0.0
. - Add properties named
email
andphone
toCard
class. - Remove an implicit dependency on card.io in iOS.
- card.io cannot be built successfully on the arm64 iOS simulator.
- If you want to add the scan feature, you need to add the dependency on the app side.
- In Android, the dependency on card.io is still included.
0.5.0 #
- Fix unexpected response to another activity result on Android. #74
- Update payjp-ios to 1.6.2.
0.4.0 #
- Support sound-null-safety.
0.3.3 #
- Fix token error message in iOS.
0.3.1 #
- Update dependency of GoogleUtilities/AppDelegateSwizzler to 7.2.
0.2.8 #
- Fix android build with Android Gradle Plugin 4.1.0.
0.2.7 #
- Update dependency of GoogleUtilities/AppDelegateSwizzler to 7.1.
0.2.5 #
- Update payjp-ios to 1.3.1.
- Update payjp-android to 1.3.1.
- Update dependency of GoogleUtilities/AppDelegateSwizzler to 7.0.0.
0.2.3 #
0.2.1 #
0.2.0 #
- Update payjp-ios to 1.2.0.
- Update payjp-android to 1.2.0.
- Add field
threeDSecureStatus
toCard
. - Add option
threeDSecureRedirect
to Payjp.init. It is only for 3D Secure. - In iOS platform, Add GoogleUtilities/AppDelegateSwizzler to hook
(BOOL)application:openURL:options:
. - Fix onCardFormCanceledCallback not called on iOS 13 after dismiss by swipe down the modal.
0.1.6 #
- Fix using string literal instead of BuildConfig.LIBRARY_PACKAGE_NAME.
0.1.5 #
- Fix error message deserialization problem on Apple Pay (iOS).
0.1.1 #
- Support Flutter Android embedding version 2 (and still support v1 too).
0.0.1 #
Initial release.