square_reader_sdk 4.0.1
square_reader_sdk: ^4.0.1 copied to clipboard
An open source Flutter plugin for calling Square’s native Reader SDK implementations to take in-person payments on iOS and Android.
Changelog #
4.0.1 Aug 29st, 2024 #
- Upgrade to Reader SDK 1.7.5 on Android.
- Support CompileSDK and targetSDK 34 on Android
- Fixed the issue with resuming the app after process is killed on Android.
4.0.0 Sep 1st, 2022 #
- Update package dependencies to latest versions for Null Safety support.
- Update example UI
- Support Flutter 3
- Upgrade to Reader SDK 1.6.0 on iOS and 1.6.1 on Android.
- Support CompileSDK and targetSDK 30+ on Android
3.0.0 July 23rd, 2021 #
- Update package dependencies to latest versions for Null Safety support.
- Plugin and Example code migration to null safety.
- Dart version : 2.12
2.3.0 April 20, 2021 #
- Adding support for Reader SDK 1.4.4+ on both Android and iOS.
- On iOS, in Reader SDK 1.4.7+, the plugin now correctly handles the
SquareReaderSDK.xcframeworkbeing downloaded
2.2.0 June 24, 2020 #
- Added support for v2 flutter embeddings (flutter 1.12+).
2.1.0 Oct 22, 2019 #
- Update Square Reader SDK minimum supported version to 1.3.3 in order to support iOS 13
- Now requires Xcode 10.2+
2.0.3 Sep 16, 2019 #
- add support for isAuthorizationInProgress
2.0.2 Aug 25, 2019 #
- Update Square Reader SDK minimum supported version to 1.3.1
- Add delay capture support
2.0.1 Mar 29, 2019 #
- Fix the bug on Android default Reader SDK version setting
2.0.0 Mar 29, 2019 #
- Support AndroidX.
- Upgrade to Square Reader SDK 1.2.1 (Android Only)
1.1.1 Mar 13, 2019 #
- add store customer card suport.
1.1.0 Mar 5, 2019 #
- remove
alwaysRequireSignatureand addcollectSignatureto checkout configuration. - bump the minimum dependency to Reader SDK 1.1.1(iOS)/1.1.3(Android).
- this change does NOT include all new features introduced in Reader SDK 1.1.* such as Store customer card, see reader SDK Change Log for details.
1.0.3 Dec 5, 2018 #
- Documentation update.
1.0.2 Dec 4, 2018 #
- Initial release.