square_in_app_payments 1.7.9 square_in_app_payments: ^1.7.9 copied to clipboard
An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.
Changelog #
v1.7.9 May 31, 2024 #
- Updated to IAP SDK Android to 1.6.6 and iOS to 1.6.3.
v1.7.8 Oct 12, 2023 #
- Updated to IAP SDK Android to 1.6.5.
v1.7.7 Sep 27, 2023 #
- Updated to IAP SDK iOS to 1.6.2.
v1.7.6 April 4, 2023 #
- Updated to IAP SDK Android to 1.6.2 and iOS to 1.6.1.
v1.7.5 July 22, 2022 #
- Updated to IAP SDK iOS to 1.5.7 (Android SDK is still 1.5.6).
v1.7.4 May 23, 2022 #
- Updated to IAP SDK 1.5.6.
v1.7.3 Feb 11, 2022 #
- Updated to IAP SDK 1.5.5.
v1.7.2 Oct 29, 2021 #
- Updated to IAP SDK 1.5.4.
v1.7.1 April 20, 2021 #
- Fixed an issue where
onAttachedToEngine
was called twice on Android, causing it to crash when the firebase plugin is added and initialized in the app.
v1.7.0 March 31, 2021 #
- Added support for null safety in Flutter 2. Many files were changed to support this, and there may be some changes required from the developer to support.
v1.6.0 March 26, 2021 #
- Added a new flow called startBuyerVerificationFlow to support Strong Customer Authentication with a card-on-file card ID
v1.5.0 July 9, 2020 #
- Updated to IAP SDK 1.4.0.
- Added support for gift card payments.
- Disable R8 in exchange for proguard.
v1.4.0 June 25, 2020 #
- Added support for v2 flutter embeddings (flutter 1.12+).
v1.3.0 November 20, 2019 #
- Bump Square In-App Payments SDK dependency to
1.3.0
. - Add support for Strong Customer Authentication (SCA).
v1.2.3 September 10, 2019 #
- Bump Square In-App Payments SDK dependency to
1.2.0
. - Add support for Sandbox v2.
v1.2.2 July 23, 2019 #
- Fixed an exception introduced in a recent Flutter update.
v1.2.1 June 5, 2019 #
- Added
paymentType
parameter to support apple pay pending amount configuration.
v1.1.1 Mar 29, 2019 #
- Bump Square In-App Payments iOS SDK dependency to
1.1.1
. - Enable iOS and android In-App Payments SDK version override.
- Fix #35 - support AndroidX release build
v1.1.0 Feb 27, 2019 #
- Support Square In-App Payments iOS and Android SDK
1.1.0
. - For SDK 1.1.0 change, please check this Change Log.
v1.0.3 Feb 14, 2019 #
- Compatible to AndroidX migration.
CardEntryDidCancelCallback
is renamed toCardEntryCancelCallback
.- Some updates to improve error messages.
- Minor code style improvements.
v1.0.1 Jan 9, 2019 #
- Initial release.